canZoomInMoreX method

bool canZoomInMoreX()

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

@return

Implementation

bool canZoomInMoreX() {
  return _scaleX < _maxScaleX;
}