In This Topic
Gets or sets the axis type for the auxiliary axis.
Syntax
'Declaration
Public Property AxisType As AxisType
'Usage
Dim instance As Axis
Dim value As AxisType
instance.AxisType = value
value = instance.AxisType
public AxisType AxisType {get; set;}
See Also