[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 170 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Chart_Legend:: (8 methods):
__construct()
getPosition()
setPosition()
getPositionXL()
setPositionXL()
getOverlay()
setOverlay()
getLayout()
Class: PHPExcel_Chart_Legend - X-Ref
PHPExcel_Chart_Legend__construct($position = self::POSITION_RIGHT, PHPExcel_Chart_Layout $layout = null, $overlay = false) X-Ref |
Create a new PHPExcel_Chart_Legend |
getPosition() X-Ref |
Get legend position as an excel string value return: string |
setPosition($position = self::POSITION_RIGHT) X-Ref |
Get legend position using an excel string value param: string $position |
getPositionXL() X-Ref |
Get legend position as an Excel internal numeric value return: number |
setPositionXL($positionXL = self::xlLegendPositionRight) X-Ref |
Set legend position using an Excel internal numeric value param: number $positionXL |
getOverlay() X-Ref |
Get allow overlay of other elements? return: boolean |
setOverlay($overlay = false) X-Ref |
Set allow overlay of other elements? param: boolean $overlay return: boolean |
getLayout() X-Ref |
Get Layout return: PHPExcel_Chart_Layout |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |