Example #1
0
 /**
  * Get the maximum Y value from the dataset
  * @return double The maximum Y value
  * @access private
  */
 function _maximumY()
 {
     if ($this->_dataset) {
         return $this->_dataset->maximumY();
     }
 }