TYPE_BARCHART
TYPE_BARCHART = 'barChart'
$plotType : string
Series Plot Type.
$plotGrouping : string
Plot Grouping Type.
$plotDirection : string
Plot Direction.
$plotStyle : null|string
Plot Style.
$plotOrder : array
Order of plots in Series.
$plotLabel : array
Plot Label.
$plotCategory : array
Plot Category.
$smoothLine : bool
Smooth Line.
$plotValues : array
Plot Values.
__construct(null|mixed $plotType = null, null|mixed $plotGrouping = null, int[] $plotOrder = [], \PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues[] $plotLabel = [], \PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues[] $plotCategory = [], \PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues[] $plotValues = [], null|string $plotDirection = null, bool $smoothLine = false, null|string $plotStyle = null) : mixed
Create a new DataSeries.
null|mixed | $plotType | |
null|mixed | $plotGrouping | |
int[] | $plotOrder | |
\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues[] | $plotLabel | |
\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues[] | $plotCategory | |
\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues[] | $plotValues | |
null|string | $plotDirection | |
bool | $smoothLine | |
null|string | $plotStyle |