ChartCanvasAxis.getDataExtremes

Syntax

getDataExtremes();

Description

The getDataExtremes method returns minimum and maximum values of chart axis.

Comments

The method returns a JSON object that contains the following fields: min - axis minimum value, max - maximum value.

Example

The example of use is given on the page with description of the ChartCanvasAxis.PlotBands property.

See also:

ChartCanvasAxis