You are here

private static property PHPExcel_Chart_DataSeriesValues::$_dataTypeValues in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/DataSeriesValues.php \PHPExcel_Chart_DataSeriesValues::_dataTypeValues

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/DataSeriesValues.php, line 42

Class

PHPExcel_Chart_DataSeriesValues
PHPExcel_Chart_DataSeriesValues

Code

private static $_dataTypeValues = array(
  self::DATASERIES_TYPE_STRING,
  self::DATASERIES_TYPE_NUMBER,
);