Gets or sets text rotation for axis titles and axis annotations.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(TextRotationEnum.Rot3D)]
public TextRotationEnum TextRotation { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(TextRotationEnum.Rot3D)> _
Public Property TextRotation As TextRotationEnum
	Get
	Set

See Also