Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Axes Property


In This Topic
Axes Property
In This Topic
Gets the associated ISparkAxes object.
Syntax
'Declaration
 
ReadOnly Property Axes As ISparkAxes
 
'Usage
 
Dim instance As ISparklineGroup
Dim value As ISparkAxes
 
value = instance.Axes
See Also