Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkColor Interface / Color Property


In This Topic
Color Property (ISparkColor)
In This Topic
Gets or sets a FormatColor object that you can use to set the color of the horizontal axis or the markers for points in a sparkline.
Syntax
'Declaration
 
Property Color As Color
 
'Usage
 
Dim instance As ISparkColor
Dim value As Color
 
instance.Color = value
 
value = instance.Color
See Also