public function PHPExcel_Chart_PlotArea::getPlotGroup in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/PlotArea.php \PHPExcel_Chart_PlotArea::getPlotGroup()
* Get Plot Series * *
Return value
array of PHPExcel_Chart_DataSeries
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ PlotArea.php, line 97
Class
- PHPExcel_Chart_PlotArea
- PHPExcel_Chart_PlotArea
Code
public function getPlotGroup() {
return $this->_plotSeries;
}