메소드 |
설명 |
|
__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 ( ) : PlotArea |
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 ) : Chart |
Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation |
|