Beispiel #1
0
 /**
  * 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;
 }