Use the members of this enumeration to set the value of the Rotation property in the Axis and Style classes.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum RotationEnum
Visual Basic
Public Enumeration RotationEnum

Members

Member nameValueDescription
Rotate00 No rotation.
Rotate901 Object is rotated 90 degrees.
Rotate1802 Object is rotated 180 degrees, or inverted.
Rotate2703 Object is rotated 270 degrees.

See Also