getDataExtremes();
The getDataExtremes method returns minimum and maximum values of chart axis.
The method returns a JSON object that contains the following fields: min - axis minimum value, max - maximum value.
The example of use is given on the page with description of the ChartCanvasAxis.PlotBands property.
See also: