Use the members of this enumeration to set the value of the TextRotation property in the Chart3DView class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum TextRotationEnum
Visual Basic
Public Enumeration TextRotationEnum

Members

Member nameValueDescription
RotNo0 No rotation.
Rot2D1 Rotate in the plane of screen.
Rot3D2 Rotate in 3D space.

See Also