Dundas Chart for Windows Forms
FontAngle Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > DataPointAttributes Class : FontAngle Property


Gets or sets the font angle of the data point.


Data point font angle

Syntax

Visual Basic (Declaration)  
Public Property FontAngle As Integer
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
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 for the chart element's 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.

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

© 2009 All Rights Reserved.