public function PHPExcel_Best_Fit::getXValues in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/bestFitClass.php \PHPExcel_Best_Fit::getXValues()
* Return the original set of X-Values * *
Return value
float[] X-Values
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ bestFitClass.php, line 153
Class
- PHPExcel_Best_Fit
- PHPExcel_Best_Fit
Code
public function getXValues() {
return $this->_xValues;
}