Use the members of this enumeration to set the value of the Axis.Rotation property in the Axis and Style classes.
[Visual Basic]
Public Enum C1.Win.C1Chart.RotationEnum
[C#]
public enum C1.Win.C1Chart.RotationEnum
[Delphi]
type C1.Win.C1Chart.RotationEnum = (Rotate0, Rotate180, Rotate270, Rotate90);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Rotate0 |
No rotation. |
Rotate180 |
Object is rotated 180 degrees, or inverted. |
Rotate270 |
Object is rotated 270 degrees. |
Rotate90 |
Object is rotated 90 degrees. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |