canZoomOutMoreX method

bool canZoomOutMoreX()

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

@return

Implementation

bool canZoomOutMoreX() {
  return _scaleX > _minScaleX;
}