You are here

private static property trendClass::$_trendTypePolyOrders in Loft Data Grids 6.2

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

* Names of the best-fit trend polynomial orders * * *

Type: string[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/trendClass.php, line 72

Class

trendClass
PHPExcel_trendClass

Code

private static $_trendTypePolyOrders = array(
  self::TREND_POLYNOMIAL_2,
  self::TREND_POLYNOMIAL_3,
  self::TREND_POLYNOMIAL_4,
  self::TREND_POLYNOMIAL_5,
  self::TREND_POLYNOMIAL_6,
);