예제 #1
0
파일: Plot.php 프로젝트: hungnv0789/vhtm
 /**
  * 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();
     }
 }