Spread Windows Forms 12.0 Product Documentation
IndexAxisType Enumeration


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : IndexAxisType Enumeration
Indicates the display type of an index axis.
Syntax
'Declaration
 
Public Enum IndexAxisType 
   Inherits System.Enum
'Usage
 
Dim instance As IndexAxisType
public enum IndexAxisType : System.Enum 
Members
MemberDescription
AutomaticThe series points are mapped to the axis automatically depending on the category's data.
DateThe series points are mapped to the axis using the point's category.
TextThe series points are mapped to the axis using the point's index.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.IndexAxisType

See Also

Reference

FarPoint.Win.Chart Namespace