public function PHPExcel_Chart_PlotArea::getPlotGroupByIndex 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::getPlotGroupByIndex()
* Get Plot Series by Index * *
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ PlotArea.php, line 106
Class
- PHPExcel_Chart_PlotArea
- PHPExcel_Chart_PlotArea
Code
public function getPlotGroupByIndex($index) {
return $this->_plotSeries[$index];
}