getVisibleXRange method
Returns the range visible on the x-axis.
@return
Implementation
double getVisibleXRange() {
return (getHighestVisibleX() - getLowestVisibleX()).abs();
}
Returns the range visible on the x-axis.
@return
double getVisibleXRange() {
return (getHighestVisibleX() - getLowestVisibleX()).abs();
}