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

In This Topic
    RotationEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Style.Rotation property in the Style class.
    Syntax
    'Declaration
     
    Public Enum RotationEnum 
       Inherits System.Enum
    public enum RotationEnum : System.Enum 
    Members
    MemberDescription
    Rotate0No rotation.
    Rotate180Object is rotated 180 degrees, or inverted.
    Rotate270Object is rotated 270 degrees.
    Rotate90Object is rotated 90 degrees.
    Inheritance Hierarchy

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

    See Also