canZoomOutMoreY method

bool canZoomOutMoreY()

Returns true if the chart is not yet fully zoomed out on the y-axis

@return

Implementation

bool canZoomOutMoreY() {
  return _scaleY > _minScaleY;
}