'Declaration
Public Enum IndexAxisType Inherits System.Enum
'Usage
Dim instance As IndexAxisType
public enum IndexAxisType : System.Enum
'Declaration
Public Enum IndexAxisType Inherits System.Enum
'Usage
Dim instance As IndexAxisType
public enum IndexAxisType : System.Enum
Member | Description |
---|---|
Automatic | The series points are mapped to the axis automatically depending on the category's data. |
Date | The series points are mapped to the axis using the point's category. |
Text | The series points are mapped to the axis using the point's index. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Chart.IndexAxisType