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

In This Topic
    LabelView3DEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DLabel.View3D property in the |Chart3DLabel class.
    Syntax
    'Declaration
     
    Public Enum LabelView3DEnum 
       Inherits System.Enum
    public enum LabelView3DEnum : System.Enum 
    Members
    MemberDescription
    NoneLabel is drawn in 2D plane of screen.
    XZLabel is drawn in 3D plane parallel to XZ plane.
    YZLabel is drawn in 3D plane parallel to YZ plane.
    Inheritance Hierarchy

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

    See Also