\PHPExcel_Chart_PlotArea

PHPExcel_Chart_PlotArea

Summary

Methods
Properties
Constants
__construct()
getLayout()
getPlotGroupCount()
getPlotSeriesCount()
getPlotGroup()
getPlotGroupByIndex()
setPlotSeries()
refresh()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_layout
$_plotSeries
N/A

Properties

$_plotSeries

$_plotSeries : array

Plot Series

Type

array — of PHPExcel_Chart_DataSeries

Methods

__construct()

__construct(\PHPExcel_Chart_Layout  $layout = null,   $plotSeries = array()) 

Create a new PHPExcel_Chart_PlotArea

Parameters

\PHPExcel_Chart_Layout $layout
$plotSeries

getPlotGroupCount()

getPlotGroupCount() : array

Get Number of Plot Groups

Returns

array —

of PHPExcel_Chart_DataSeries

getPlotSeriesCount()

getPlotSeriesCount() : integer

Get Number of Plot Series

Returns

integer

getPlotGroup()

getPlotGroup() : array

Get Plot Series

Returns

array —

of PHPExcel_Chart_DataSeries

getPlotGroupByIndex()

getPlotGroupByIndex(  $index) : \PHPExcel_Chart_DataSeries

Get Plot Series by Index

Parameters

$index

Returns

\PHPExcel_Chart_DataSeries

setPlotSeries()

setPlotSeries(  $plotSeries = array()) : \PHPExcel_Chart_PlotArea

Set Plot Series

Parameters

$plotSeries

Returns

\PHPExcel_Chart_PlotArea