You are here

protected property PHPExcel_Exponential_Best_Fit::$_bestFitType in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php \PHPExcel_Exponential_Best_Fit::_bestFitType

* Algorithm type to use for best-fit * (Name of this trend class) * * *

Type: string

Overrides PHPExcel_Best_Fit::$_bestFitType

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/exponentialBestFitClass.php, line 47

Class

PHPExcel_Exponential_Best_Fit
PHPExcel_Exponential_Best_Fit

Code

protected $_bestFitType = 'exponential';