ChartDirector Ver 3.1 (PHP Edition Edition)

AngularAxis.setLabelStyle


Usage

setLabelStyle([font[, fontSize[, fontColor[, fontAngle ]]]])

Description

Set the font style used to for the axis labels.

See Font Specification for details on various font attributes.

Arguments

ArgumentDefaultDescription
font"bold"The font used to draw the labels.
fontSize10The font size used to draw the labels in points.
fontColorTextColorThe color used to draw the labels.
fontAngle0The rotation angle of the labels.

Return Value

A TextBox object that represents the prototype of the axis labels. You may use the methods of this object to fine-tune the appearance of the axis labels.