$name
$name : string
Chart Name.
$title : \PhpOffice\PhpSpreadsheet\Chart\Title
Chart Title.
$legend : \PhpOffice\PhpSpreadsheet\Chart\Legend
Chart Legend.
$xAxisLabel : \PhpOffice\PhpSpreadsheet\Chart\Title
X-Axis Label.
$yAxisLabel : \PhpOffice\PhpSpreadsheet\Chart\Title
Y-Axis Label.
$plotArea : \PhpOffice\PhpSpreadsheet\Chart\PlotArea
Chart Plot Area.
$yAxis : \PhpOffice\PhpSpreadsheet\Chart\Axis
Chart Asix Y as.
$xAxis : \PhpOffice\PhpSpreadsheet\Chart\Axis
Chart Asix X as.
$majorGridlines : \PhpOffice\PhpSpreadsheet\Chart\GridLines
Chart Major Gridlines as.
$minorGridlines : \PhpOffice\PhpSpreadsheet\Chart\GridLines
Chart Minor Gridlines as.
__construct(mixed $name, null|\PhpOffice\PhpSpreadsheet\Chart\Title $title = null, null|\PhpOffice\PhpSpreadsheet\Chart\Legend $legend = null, null|\PhpOffice\PhpSpreadsheet\Chart\PlotArea $plotArea = null, mixed $plotVisibleOnly = true, mixed $displayBlanksAs = 'gap', null|\PhpOffice\PhpSpreadsheet\Chart\Title $xAxisLabel = null, null|\PhpOffice\PhpSpreadsheet\Chart\Title $yAxisLabel = null, null|\PhpOffice\PhpSpreadsheet\Chart\Axis $xAxis = null, null|\PhpOffice\PhpSpreadsheet\Chart\Axis $yAxis = null, null|\PhpOffice\PhpSpreadsheet\Chart\GridLines $majorGridlines = null, null|\PhpOffice\PhpSpreadsheet\Chart\GridLines $minorGridlines = null)
Create a new Chart.
mixed | $name | |
null|\PhpOffice\PhpSpreadsheet\Chart\Title | $title | |
null|\PhpOffice\PhpSpreadsheet\Chart\Legend | $legend | |
null|\PhpOffice\PhpSpreadsheet\Chart\PlotArea | $plotArea | |
mixed | $plotVisibleOnly | |
mixed | $displayBlanksAs | |
null|\PhpOffice\PhpSpreadsheet\Chart\Title | $xAxisLabel | |
null|\PhpOffice\PhpSpreadsheet\Chart\Title | $yAxisLabel | |
null|\PhpOffice\PhpSpreadsheet\Chart\Axis | $xAxis | |
null|\PhpOffice\PhpSpreadsheet\Chart\Axis | $yAxis | |
null|\PhpOffice\PhpSpreadsheet\Chart\GridLines | $majorGridlines | |
null|\PhpOffice\PhpSpreadsheet\Chart\GridLines | $minorGridlines |
getTitle() : \PhpOffice\PhpSpreadsheet\Chart\Title
Get Title.
setTitle(\PhpOffice\PhpSpreadsheet\Chart\Title $title) : $this
Set Title.
\PhpOffice\PhpSpreadsheet\Chart\Title | $title |
getLegend() : \PhpOffice\PhpSpreadsheet\Chart\Legend
Get Legend.
setLegend(\PhpOffice\PhpSpreadsheet\Chart\Legend $legend) : $this
Set Legend.
\PhpOffice\PhpSpreadsheet\Chart\Legend | $legend |
getXAxisLabel() : \PhpOffice\PhpSpreadsheet\Chart\Title
Get X-Axis Label.
setXAxisLabel(\PhpOffice\PhpSpreadsheet\Chart\Title $label) : $this
Set X-Axis Label.
\PhpOffice\PhpSpreadsheet\Chart\Title | $label |
getYAxisLabel() : \PhpOffice\PhpSpreadsheet\Chart\Title
Get Y-Axis Label.
setYAxisLabel(\PhpOffice\PhpSpreadsheet\Chart\Title $label) : $this
Set Y-Axis Label.
\PhpOffice\PhpSpreadsheet\Chart\Title | $label |
getPlotArea() : \PhpOffice\PhpSpreadsheet\Chart\PlotArea
Get Plot Area.
getChartAxisY() : \PhpOffice\PhpSpreadsheet\Chart\Axis
Get yAxis.
getChartAxisX() : \PhpOffice\PhpSpreadsheet\Chart\Axis
Get xAxis.
getMajorGridlines() : \PhpOffice\PhpSpreadsheet\Chart\GridLines
Get Major Gridlines.
getMinorGridlines() : \PhpOffice\PhpSpreadsheet\Chart\GridLines
Get Minor Gridlines.