ChartDirector 5.1 (.NET Edition)

TextBox.setFontAngle


Usage

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

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.
verticalfalseDetermine if the font is layout horizontally (from left to right) or vertically (from top to down). Vertical layout is common for Oriental languages such as Chinese, Japanese and Korean. A true value means vertical layout. A false value means horizontal layout.

Return Value

None