You are here

public function PHPExcel_Chart_PlotArea::getPlotGroupCount in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/PlotArea.php \PHPExcel_Chart_PlotArea::getPlotGroupCount()

* Get Number of Plot Groups * *

Return value

array of PHPExcel_Chart_DataSeries

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/PlotArea.php, line 75

Class

PHPExcel_Chart_PlotArea
PHPExcel_Chart_PlotArea

Code

public function getPlotGroupCount() {
  return count($this->_plotSeries);
}