MindFusion.Charting Programmer's Guide

AxisSettings.RotationAngle Property

See Also
 





Specifies the rotation angle of labels when the axis is horizontal.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float RotationAngle { get; set; }

Visual Basic  Copy Code

Public Property RotationAngle As Single

 Property Value

A float value that represents the rotation angle.

 Remarks

The property sets the rotation angle for labels, drawn when the axis is horizontal. Labels drawn at vertical chart axes are not rotated.

The rotation angle is between 0 and 90. 0 indicates that the text is drawn horizontally and 90 - the text is drawn vertically.

The labels type is set with LabelType property.

Default value for the RotationAngle property is 0, that is, the labels are not rotated.

 See Also