58 $this->_plotSeries = $plotSeries;
76 return count($this->_plotSeries);
86 foreach($this->_plotSeries as $plot) {
87 $seriesCount += $plot->getPlotSeriesCount();
107 return $this->_plotSeries[$index];
117 $this->_plotSeries = $plotSeries;
123 foreach($this->_plotSeries as $plotSeries) {
124 $plotSeries->refresh($worksheet);
getPlotGroupCount()
Get Number of Plot Groups.
getPlotGroupByIndex($index)
Get Plot Series by Index.
getPlotSeriesCount()
Get Number of Plot Series.
setPlotSeries($plotSeries=array())
Set Plot Series.
getPlotGroup()
Get Plot Series.
refresh(PHPExcel_Worksheet $worksheet)
Create styles array
The data for the language used.
__construct(PHPExcel_Chart_Layout $layout=null, $plotSeries=array())
Create a new PHPExcel_Chart_PlotArea.