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