Method | Description | |
---|---|---|
__clone ( ) | ||
__construct ( ) | Create a new Chart | |
getHashCode ( ) : string | Get hash code | |
getIndexedFilename ( ) : string | Get indexed filename (using image index) | |
getLegend ( ) : PhpOffice\PhpPresentation\Shape\Chart\Legend | Get Legend | |
getPlotArea ( ) : |
Get PlotArea | |
getTitle ( ) : PhpOffice\PhpPresentation\Shape\Chart\Title | Get Title | |
getView3D ( ) : PhpOffice\PhpPresentation\Shape\Chart\View3D | Get View3D | |
hasIncludedSpreadsheet ( ) : boolean | Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation | |
setIncludeSpreadsheet ( boolean $value = false ) : |
Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation |
public getIndexedFilename ( ) : string | ||
return | string |
public getLegend ( ) : PhpOffice\PhpPresentation\Shape\Chart\Legend | ||
return | PhpOffice\PhpPresentation\Shape\Chart\Legend |
public getPlotArea ( ) : |
||
return |
public getTitle ( ) : PhpOffice\PhpPresentation\Shape\Chart\Title | ||
return | PhpOffice\PhpPresentation\Shape\Chart\Title |
public getView3D ( ) : PhpOffice\PhpPresentation\Shape\Chart\View3D | ||
return | PhpOffice\PhpPresentation\Shape\Chart\View3D |
public hasIncludedSpreadsheet ( ) : boolean | ||
return | boolean |
public setIncludeSpreadsheet ( boolean $value = false ) : |
||
$value | boolean | |
return |