Use the members of this enumeration to set the value of the Rotation property in the Style class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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