FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAxisType Enumeration

In This Topic
    ChartAxisType Enumeration
    In This Topic
    Specifies the type of the chart axis.
    Syntax
    'Declaration
     
    Public Enum ChartAxisType 
       Inherits System.Enum
    public enum ChartAxisType : System.Enum 
    Members
    MemberDescription
    AutoAuto select the axis type according to the data values.
    CategoryThe axis is used to place categories.
    NumericA numerical axis is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartAxisType

    See Also