$name
$name : string
Chart Name.
$name : string
Chart Name.
$worksheet : \PhpOffice\PhpSpreadsheet\Worksheet\Worksheet
Worksheet.
$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.
$plotVisibleOnly : bool
Plot Visible Only.
$displayBlanksAs : string
Display Blanks as.
$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.
$topLeftCellRef : string
Top-Left Cell Position.
$topLeftXOffset : int
Top-Left X-Offset.
$topLeftYOffset : int
Top-Left Y-Offset.
$bottomRightCellRef : string
Bottom-Right Cell Position.
$bottomRightXOffset : int
Bottom-Right X-Offset.
$bottomRightYOffset : int
Bottom-Right Y-Offset.
__construct(mixed $name, ?\PhpOffice\PhpSpreadsheet\Chart\Title $title = null, ?\PhpOffice\PhpSpreadsheet\Chart\Legend $legend = null, ?\PhpOffice\PhpSpreadsheet\Chart\PlotArea $plotArea = null, mixed $plotVisibleOnly = true, string $displayBlanksAs = DataSeries::EMPTY_AS_GAP, ?\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 = null) : mixed
Create a new Chart.
mixed | $name | |
?\PhpOffice\PhpSpreadsheet\Chart\Title | $title | |
?\PhpOffice\PhpSpreadsheet\Chart\Legend | $legend | |
?\PhpOffice\PhpSpreadsheet\Chart\PlotArea | $plotArea | |
mixed | $plotVisibleOnly | |
string | $displayBlanksAs | |
?\PhpOffice\PhpSpreadsheet\Chart\Title | $xAxisLabel | |
?\PhpOffice\PhpSpreadsheet\Chart\Title | $yAxisLabel | |
?\PhpOffice\PhpSpreadsheet\Chart\Axis | $xAxis | |
?\PhpOffice\PhpSpreadsheet\Chart\Axis | $yAxis | |
?\PhpOffice\PhpSpreadsheet\Chart\GridLines | $majorGridlines | |
?\PhpOffice\PhpSpreadsheet\Chart\GridLines | $minorGridlines |