ChartDirector 7.1 (.NET Edition)

Axis.getMaxValue


Usage

[C#]public double getMaxValue();
[VB]Public Function getMaxValue() As Double

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.