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) {
 
An exception for terminatinating execution or to throw for unit testing.
getPlotGroup()
Get Plot Series.
getPlotSeriesCount()
Get Number of Plot Series.
getPlotGroupByIndex($index)
Get Plot Series by Index.
refresh(PHPExcel_Worksheet $worksheet)
getPlotGroupCount()
Get Number of Plot Groups.
setPlotSeries($plotSeries=array())
__construct(PHPExcel_Chart_Layout $layout=null, $plotSeries=array())
Create a new PHPExcel_Chart_PlotArea.