2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisIdEnum Enumeration

In This Topic
    AxisIdEnum Enumeration
    In This Topic
    Use the members of this enumeration to refer to the X, Y, and Y2 axis.
    Syntax
    'Declaration
     
    Public Enum AxisIdEnum 
       Inherits System.Enum
    public enum AxisIdEnum : System.Enum 
    Members
    MemberDescription
    XRefers to the X axis.
    YRefers to the Y axis.
    Y2Refers to the Y2 axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.AxisIdEnum

    See Also