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

View3DEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DView.View3D property in the Chart3DView class.
Syntax
'Declaration
 
Public Enum View3DEnum 
   Inherits System.Enum
 
Members
MemberDescription
CustomCustom view.
DefaultDefault view.
XY_2D_NegView XY-plane from negative edge of Z-axis.
XY_2D_PosView XY-plane from positive edge of Z-axis.
XZ_2D_NegView XZ-plane from negative edge of Y-axis.
XZ_2D_PosView XZ-plane from positive edge of Y-axis.
YZ_2D_NegView YZ-plane from negative edge of X-axis.
YZ_2D_PosView YZ-plane from positive edge of X-axis.
Inheritance Hierarchy

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

See Also