public function PHPExcel_Best_Fit::getValueOfXForY in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/bestFitClass.php \PHPExcel_Best_Fit::getValueOfXForY()
* Return the X-Value for a specified value of Y * *
Parameters
float $yValue Y-Value: * @return float X-Value
5 methods override PHPExcel_Best_Fit::getValueOfXForY()
- PHPExcel_Exponential_Best_Fit::getValueOfXForY in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ exponentialBestFitClass.php - * Return the X-Value for a specified value of Y * *
- PHPExcel_Linear_Best_Fit::getValueOfXForY in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ linearBestFitClass.php - * Return the X-Value for a specified value of Y * *
- PHPExcel_Logarithmic_Best_Fit::getValueOfXForY in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ logarithmicBestFitClass.php - * Return the X-Value for a specified value of Y * *
- PHPExcel_Polynomial_Best_Fit::getValueOfXForY in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ polynomialBestFitClass.php - * Return the X-Value for a specified value of Y * *
- PHPExcel_Power_Best_Fit::getValueOfXForY in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ powerBestFitClass.php - * Return the X-Value for a specified value of Y * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ trend/ bestFitClass.php, line 143
Class
- PHPExcel_Best_Fit
- PHPExcel_Best_Fit
Code
public function getValueOfXForY($yValue) {
return False;
}