Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / ShowLow Property


In This Topic
ShowLow Property (SparklineSetting)
In This Topic
Gets a boolean value that specifies the low point of the sparkline is visible.
Syntax
'Declaration
 
Public Property ShowLow As Boolean
 
'Usage
 
Dim instance As SparklineSetting
Dim value As Boolean
 
instance.ShowLow = value
 
value = instance.ShowLow
See Also