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);
379 if ($plotValues !== null) {
380 $plotValues->refresh($worksheet,
true);
383 foreach ($this->plotLabel as $plotValues) {
384 if ($plotValues !== null) {
385 $plotValues->refresh($worksheet,
true);
388 foreach ($this->plotCategory as $plotValues) {
389 if ($plotValues !== null) {
390 $plotValues->refresh($worksheet,
false);
getPlotStyle()
Get Plot Style.
getSmoothLine()
Get Smooth Line.
__construct($plotType=null, $plotGrouping=null, array $plotOrder=[], array $plotLabel=[], array $plotCategory=[], array $plotValues=[], $plotDirection=null, $smoothLine=false, $plotStyle=null)
Create a new DataSeries.
getPlotLabelByIndex($index)
Get Plot Label by Index.
const TYPE_SURFACECHART_3D
setSmoothLine($smoothLine)
Set Smooth Line.
const GROUPING_PERCENT_STACKED
getPlotSeriesCount()
Get Number of Plot Series.
getPlotValues()
Get Plot Values.
getPlotDirection()
Get Plot Direction.
setPlotGrouping($groupingType)
Set Plot Grouping Type.
refresh(Worksheet $worksheet)
getPlotCategoryByIndex($index)
Get Plot Category by Index.
getPlotLabels()
Get Plot Labels.
setPlotType($plotType)
Set Plot Type.
getPlotValuesByIndex($index)
Get Plot Values by Index.
getPlotType()
Get Plot Type.
getPlotOrder()
Get Plot Order.
setPlotDirection($plotDirection)
Set Plot Direction.
const DIRECTION_HORIZONTAL
setPlotStyle($plotStyle)
Set Plot Style.
getPlotCategories()
Get Plot Categories.
getPlotGrouping()
Get Plot Grouping Type.