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

In This Topic
    View3DEnum Enumeration
    In This Topic
    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
    public enum View3DEnum : 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