Gets or sets the clockwise angle of rotation for the axis annotations.

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

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(0)]
public int AnnotationRotation { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(0)> _
Public Property AnnotationRotation As Integer
	Get
	Set

Remarks

The angle of rotation is always specified in degrees. Rotations between +/- 30 to +/- 60 degrees are ideal for X-axis annotation when a large number of labels are desired.

See Also