AxisType Property (AxisBase)
In This Topic
Gets or sets the axis type.
Syntax
'Declaration
Public Property AxisType As AxisType
public AxisType AxisType {get; set;}
Property Value
A valid AxisType enumeration value, either numerical or categorical.
See Also