ChartDirector Ver 4.1 (PHP Edition Edition)

Axis.getMinValue


Usage

getMinValue()

Description

Gets the lower bound of the axis.

The lower 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 lower bound of the axis.