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


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