$caption
$caption : string
Title Caption.
$layout : \PhpOffice\PhpSpreadsheet\Chart\Layout
Title Layout.
__construct(null|mixed $caption = null, null|\PhpOffice\PhpSpreadsheet\Chart\Layout $layout = null)
Create a new Title.
| null|mixed | $caption | |
| null|\PhpOffice\PhpSpreadsheet\Chart\Layout | $layout |
setCaption(string $caption) : \PhpOffice\PhpSpreadsheet\Chart\Title
Set caption.
| string | $caption |
getLayout() : \PhpOffice\PhpSpreadsheet\Chart\Layout
Get Layout.