Home
last modified time | relevance | path

Searched refs:_bestFitType (Results 1 – 6 of 6) sorted by relevance

/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/trend/
H A DpolynomialBestFitClass.php48 protected $_bestFitType = 'polynomial'; variable in PHPExcel_Polynomial_Best_Fit
212 $this->_bestFitType .= '_'.$order;
H A DlinearBestFitClass.php47 protected $_bestFitType = 'linear'; variable in PHPExcel_Linear_Best_Fit
H A DlogarithmicBestFitClass.php47 protected $_bestFitType = 'logarithmic'; variable in PHPExcel_Logarithmic_Best_Fit
H A DbestFitClass.php50 protected $_bestFitType = 'undetermined'; variable in PHPExcel_Best_Fit
122 return $this->_bestFitType;
H A DexponentialBestFitClass.php47 protected $_bestFitType = 'exponential'; variable in PHPExcel_Exponential_Best_Fit
H A DpowerBestFitClass.php47 protected $_bestFitType = 'power'; variable in PHPExcel_Power_Best_Fit