C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / AxisTypeEnum Enumeration

AxisTypeEnum Enumeration
Use the members of this enumeration to specify a specific Axis where appropriate.
Syntax
'Declaration
 
Public Enum AxisTypeEnum 
   Inherits 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