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

TextRotationEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DView.TextRotation property in the Chart3DView class.
Syntax
'Declaration
 
Public Enum TextRotationEnum 
   Inherits System.Enum
 
Members
MemberDescription
Rot2DRotate in the plane of screen.
Rot3DRotate in 3D space.
RotNoNo rotation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.TextRotationEnum

See Also