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


In This Topic
HighColor Property
In This Topic
Gets an Color value that specifies the color of the high point of the sparkline.
Syntax
'Declaration
 
Public Property HighColor As Color
 
'Usage
 
Dim instance As SparklineSetting
Dim value As Color
 
instance.HighColor = value
 
value = instance.HighColor
See Also