canZoomInMoreY method

bool canZoomInMoreY()

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

@return

Implementation

bool canZoomInMoreY() {
  return _scaleY < _maxScaleY;
}