ChartDirector 7.1 (.NET Edition)

Axis.addLabel


Usage

[C#]public void addLabel(double pos, string label);
[VB]Public Sub addLabel(pos As Double, label As String)

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