Method |
Description |
|
__clone ( ) |
|
|
__construct ( ) |
Create a new \PhpOffice\PhpPresentation\Shape\Chart\PlotArea instance |
|
getAxisX ( ) : Axis |
Get Axis X |
|
getAxisY ( ) : Axis |
Get Axis Y |
|
getHashCode ( ) : string |
Get hash code |
|
getHashIndex ( ) : string |
Get hash index |
|
getHeight ( ) : float |
Get Height (as a fraction of the chart) |
|
getOffsetX ( ) : float |
Get OffsetX (as a fraction of the chart) |
|
getOffsetY ( ) : float |
Get OffsetY (as a fraction of the chart) |
|
getType ( ) : AbstractType |
Get type |
|
getWidth ( ) : float |
Get Width (as a fraction of the chart) |
|
setHashIndex ( string $value ) |
Set hash index |
|
setHeight ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title |
Set Height (as a fraction of the chart) |
|
setOffsetX ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title |
Set OffsetX (as a fraction of the chart) |
|
setOffsetY ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title |
Set OffsetY (as a fraction of the chart) |
|
setType ( AbstractType $value ) : PlotArea |
Set type |
|
setWidth ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title |
Set Width (as a fraction of the chart) |
|