ChartDirector 7.0 (Java Edition)

TextBox.setFontAngle


Usage

public void setFontAngle(double angle)

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