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


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