2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / RotationEnum Enumeration

In This Topic
    RotationEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Axis.Rotation property in the Axis and Style classes.
    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.C1Chart.RotationEnum

    See Also