public function PHPExcel_Chart_PlotArea::refresh in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/PlotArea.php \PHPExcel_Chart_PlotArea::refresh()
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ PlotArea.php, line 122
Class
- PHPExcel_Chart_PlotArea
- PHPExcel_Chart_PlotArea
Code
public function refresh(PHPExcel_Worksheet $worksheet) {
foreach ($this->_plotSeries as $plotSeries) {
$plotSeries
->refresh($worksheet);
}
}