ChartDirector 6.0 (ColdFusion Edition)

Axis.setLabelStyle


Usage

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

Description

Sets the font style used to for the axis labels.

See Font Specification for details on various font attributes.

Arguments

ArgumentDefaultDescription
font""The font used to draw the labels.
fontSize8The 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 representing the prototype of the axis labels. This may be used to fine-tune the appearance of the axis labels.