ChartDirector 7.1 (.NET Edition)

TextBox.setFontAngle


Usage

[C#]public void setFontAngle(double angle);
[VB]Public Sub setFontAngle(angle As Double)

Description

Sets the rotation angle and layout direction of the text.

See Font Specification for details on various font attributes.

Arguments

ArgumentDefaultDescription
angle(Mandatory)The text rotation angle. Rotation is measured in counter-clockwise direction in degrees.

Return Value

None