ComponentOne Chart for WPF and Silverlight
AxisType Property


C1.WPF.C1Chart Namespace > Axis Class : AxisType Property
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

Reference

Axis Class
Axis Members