ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / AxisTypeEnum Enumeration

In This Topic
    AxisTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to specify a specific Axis where appropriate.
    Syntax
    'Declaration
     
    Public Enum AxisTypeEnum 
       Inherits System.Enum
    public enum AxisTypeEnum : System.Enum 
    Members
    MemberDescription
    AxisXSpecifies the X axis.
    AxisYSpecifies the Y axis.
    AxisZSpecifies the Z axis.
    NoneIndicates that no axis is specified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart3D.AxisTypeEnum

    See Also