getVisibleXRange method

double getVisibleXRange()

Returns the range visible on the x-axis.

@return

Implementation

double getVisibleXRange() {
  return (getHighestVisibleX() - getLowestVisibleX()).abs();
}