getYMax1 method

double getYMax1()

Returns the greatest y-value the data object contains.

@return

Implementation

double getYMax1() {
  return _yMax;
}