Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / ShowLow Property


In This Topic
ShowLow Property (ExcelSparklineSetting)
In This Topic
Gets or sets a value that specifies whether the data points with the lowest value are formatted differently for each sparkline in this sparkline group.
Syntax
'Declaration
 
Public Property ShowLow As Boolean
 
'Usage
 
Dim instance As ExcelSparklineSetting
Dim value As Boolean
 
instance.ShowLow = value
 
value = instance.ShowLow
See Also