Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkHorizontalAxis Interface / Axis Property


In This Topic
Axis Property (ISparkHorizontalAxis)
In This Topic
Gets an ISparkColor object that specifies the color of the horizontal axis of the sparkline.
Syntax
'Declaration
 
ReadOnly Property Axis As ISparkColor
 
'Usage
 
Dim instance As ISparkHorizontalAxis
Dim value As ISparkColor
 
value = instance.Axis
See Also