예제 #1
0
파일: Plot.php 프로젝트: hungnv0789/vhtm
 /**
  * Get the minimum Y value from the dataset
  * @return double The minimum Y value
  * @access private
  */
 function _minimumY()
 {
     if ($this->_dataset) {
         return $this->_dataset->minimumY();
     }
 }