$layout
$layout : \PhpOffice\PhpSpreadsheet\Chart\Layout
PlotArea Layout.
$layout : \PhpOffice\PhpSpreadsheet\Chart\Layout
PlotArea Layout.
$plotSeries : array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeries>
Plot Series.
__construct(null|\PhpOffice\PhpSpreadsheet\Chart\Layout $layout = null, array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeries> $plotSeries = array())
Create a new PlotArea.
null|\PhpOffice\PhpSpreadsheet\Chart\Layout | $layout | |
array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeries> | $plotSeries |
getLayout() : \PhpOffice\PhpSpreadsheet\Chart\Layout
Get Layout.
getPlotGroupByIndex(mixed $index) : \PhpOffice\PhpSpreadsheet\Chart\DataSeries
Get Plot Series by Index.
mixed | $index |
setPlotSeries(array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeries> $plotSeries) : $this
Set Plot Series.
array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeries> | $plotSeries |