ChartDirector 7.0 (Java Edition)

Axis.addLabel


Usage

public void addLabel(double pos, String 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 Axis.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