C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / RotationEnum Enumeration

RotationEnum Enumeration
Use the members of this enumeration to set the value of the Style.Rotation property in the Style class.
Syntax
'Declaration
 
Public Enum RotationEnum 
   Inherits 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.C1Chart3D.RotationEnum

See Also