Spread Windows Forms 12.0 Product Documentation
AxisType Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > IndexAxis Class : AxisType Property
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
public IndexAxisType AxisType {get; set;}

Property Value

The type of the axis.
See Also

Reference

IndexAxis Class
IndexAxis Members