You are here

private static property trendClass::$_trendTypes 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::_trendTypes

* Names of the best-fit trend analysis methods * * *

Type: string[]

File

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

Class

trendClass
PHPExcel_trendClass

Code

private static $_trendTypes = array(
  self::TREND_LINEAR,
  self::TREND_LOGARITHMIC,
  self::TREND_EXPONENTIAL,
  self::TREND_POWER,
);