192 $this->plotGrouping = $groupingType;
250 $keys = array_keys($this->plotLabel);
252 return $this->plotLabel[
$index];
279 $keys = array_keys($this->plotCategory);
281 return $this->plotCategory[
$index];
332 $keys = array_keys($this->plotValues);
334 return $this->plotValues[
$index];
349 return count($this->plotValues);
An exception for terminatinating execution or to throw for unit testing.
const DIRECTION_HORIZONTAL
getPlotCategoryByIndex($index)
Get Plot Category by Index.
getPlotValuesByIndex($index)
Get Plot Values by Index.
const TYPE_SURFACECHART_3D
getPlotValues()
Get Plot Values.
getPlotCategories()
Get Plot Categories.
getPlotLabelByIndex($index)
Get Plot Label by Index.
__construct($plotType=null, $plotGrouping=null, array $plotOrder=[], array $plotLabel=[], array $plotCategory=[], array $plotValues=[], $plotDirection=null, $smoothLine=false, $plotStyle=null)
Create a new DataSeries.
getPlotLabels()
Get Plot Labels.
getPlotType()
Get Plot Type.
getPlotSeriesCount()
Get Number of Plot Series.
getPlotStyle()
Get Plot Style.
setPlotGrouping($groupingType)
Set Plot Grouping Type.
getSmoothLine()
Get Smooth Line.
setSmoothLine($smoothLine)
Set Smooth Line.
getPlotDirection()
Get Plot Direction.
const GROUPING_PERCENT_STACKED
setPlotStyle($plotStyle)
Set Plot Style.
setPlotType($plotType)
Set Plot Type.
getPlotOrder()
Get Plot Order.
getPlotGrouping()
Get Plot Grouping Type.
setPlotDirection($plotDirection)
Set Plot Direction.
refresh(Worksheet $worksheet)