[C#] | public void setFontAngle(double angle); |
[VB] | Public Sub setFontAngle(angle As Double) |
ChartDirector 7.1 (.NET Edition)
TextBox.
Usage
[C#] | public void setFontAngle(double angle); |
[VB] | Public Sub setFontAngle(angle As Double) |
Description
Arguments
Argument | Default | Description |
---|---|---|
angle | (Mandatory) | The text rotation angle. Rotation is measured in counter-clockwise direction in degrees. |
Return Value