[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 171 lines (4 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: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |