コード例 #1
0
ファイル: Logarithmic.php プロジェクト: Magomogo/Image_Graph
 /**
  * Calculate the label interval
  *
  * If explicitly defined this will be calucated to an approximate best.
  *
  * @return double The label interval
  * @access private
  */
 function _calcLabelInterval()
 {
     $result = parent::_calcLabelInterval();
     $this->_axisValueSpan = $this->_value($this->_axisSpan);
     return $result;
 }