Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / AxisType Property


In This Topic
AxisType Property
In This Topic
Gets or sets the type of the axis.
Syntax
'Declaration
 
Public Property AxisType As IndexAxisType
 
'Usage
 
Dim instance As IndexAxis
Dim value As IndexAxisType
 
instance.AxisType = value
 
value = instance.AxisType

Property Value

The type of the axis.
See Also