Dundas Chart for ASP.NET
FontAngle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Label Class : FontAngle Property


Gets or sets the font angle of a label.


Label font angle

Syntax

Visual Basic (Declaration)  
Public Property FontAngle As Integer
Visual Basic (Usage) Copy Code
Dim instance As Label
Dim value As Integer
 
instance.FontAngle = value
 
value = instance.FontAngle
C#  
public int FontAngle {get; set;}

Return Value

A value that represents the angle at which font is drawn.

Remarks

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).

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.