Gets or sets the font angle of a label.
Label font angle
Visual Basic (Declaration) | |
---|---|
Public Property FontAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int FontAngle {get; set;} |
Return Value
A value that represents the angle at which font is drawn.
Determines the font angle of labels. Zero degrees is horizontal, and positive angles will result in clockwise rotation of the text.
The allowable range of angles is -90 degrees to +90 degrees.
Note: setting Axis.LabelsAutoFit to true will result in the Axis.LabelStyle.FontAngle property being reset to its default (zero degrees).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family