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

In This Topic
    TextRotationEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DView.TextRotation property in the Chart3DView class.
    Syntax
    'Declaration
     
    Public Enum TextRotationEnum 
       Inherits System.Enum
    public enum TextRotationEnum : System.Enum 
    Members
    MemberDescription
    Rot2DRotate in the plane of screen.
    Rot3DRotate in 3D space.
    RotNoNo rotation.
    Inheritance Hierarchy

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

    See Also