yAxisRange method

List yAxisRange([
  1. num? idx
])

Returns the currently-visible y-range for an axis. This can be affected by zooming, panning or a call to updateOptions. Axis indices are zero-based. If called with no arguments, returns the range of the first axis.

Returns a two-element array: bottom, top.

Implementation

external List yAxisRange([num? idx]);