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

In This Topic
    ChartAxisId Enumeration
    In This Topic
    Specifies the ID (type) of the axis.
    Syntax
    'Declaration
     
    Public Enum ChartAxisId 
       Inherits System.Enum
    public enum ChartAxisId : System.Enum 
    Members
    MemberDescription
    XRefers to the X axis of 2D or 3D chart.
    YRefers to the Y axis of 2D or 3D chart.
    Y2Refers to the Y2 axis of 2D chart.
    ZRefers to the Z axis of 3D chart.
    Inheritance Hierarchy

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

    See Also