ChartDirector 7.0 (Java Edition)

Axis.getLabel


Usage

public String getLabel(double i)

Description

Gets the label at the specified position on the axis.

Arguments

ArgumentDefaultDescription
i(Mandatory)The position specified as a value on the axis scale.

Return Value

Returns the label at the specified position, or a null string if there is no label at that position.