yAxisExtremes method

List yAxisExtremes()

Returns the lower- and upper-bound y-axis values for each axis. These are the ranges you'll get if you double-click to zoom out or call resetZoom.

The return value is an array of low, high tuples, one for each y-axis.

Implementation

external List yAxisExtremes();