TYPE_BARCHART
TYPE_BARCHART = 'barChart'
__construct(null|mixed $plotType = null, null|mixed $plotGrouping = null, array<mixed,integer> $plotOrder = array(), array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues> $plotLabel = array(), array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues> $plotCategory = array(), array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues> $plotValues = array(), null|string $plotDirection = null, boolean $smoothLine = false, null|string $plotStyle = null)
Create a new DataSeries.
null|mixed | $plotType | |
null|mixed | $plotGrouping | |
array<mixed,integer> | $plotOrder | |
array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues> | $plotLabel | |
array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues> | $plotCategory | |
array<mixed,\PhpOffice\PhpSpreadsheet\Chart\DataSeriesValues> | $plotValues | |
null|string | $plotDirection | |
boolean | $smoothLine | |
null|string | $plotStyle |