ChartDirector 7.0 (Java Edition)

Axis.getMaxValue


Usage

public double 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 axis layout (after calling XYChart.layoutAxes, BaseChart.layout or XYChart.packPlotArea).

Arguments

None

Return Value

The upper bound of the axis.