ChartDirector Ver 4.1 (PHP Edition Edition)

Axis.getMaxValue


Usage

getMaxValue()

Description

Gets the upper bound of the axis.

The upper bound of an axis is known only after auto-scaling. So this method should be called only after ChartDirector has finished auto-scaling (e.g. after calling BaseChart.layout to explicitly auto-scale the axis).

Arguments

None

Return Value

The upper bound of the axis.