Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxisType Enumeration


In This Topic
    IndexAxisType Enumeration
    In This Topic
    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