Use the members of this enumeration to set the value of
the Rotation property in
the Axis and Style classes.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum RotationEnum |
Visual Basic |
---|
Public Enumeration RotationEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Rotate0 | 0 | No rotation. | |
Rotate90 | 1 | Object is rotated 90 degrees. | |
Rotate180 | 2 | Object is rotated 180 degrees, or inverted. | |
Rotate270 | 3 | Object is rotated 270 degrees. |