ChartDirector 6.0 (ColdFusion Edition)

AngularAxis.addLabel


Usage

addLabel(pos, label)

Description

Adds an extra label on the axis.

Note that the first character of the label can be interpreted as a tick specification character. Please refer to AngularAxis.setLabels for more details.

Arguments

ArgumentDefaultDescription
pos(Mandatory)The position on the axis to add the label.
label(Mandatory)The text label to add.

Return Value

None