[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/PHPExcel/PHPExcel/Chart/ -> Legend.php (summary)

PHPExcel Copyright (c) 2006 - 2012 PHPExcel

Copyright: Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: 1.7.7, 2012-05-19
File Size: 166 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Chart_Legend:: (8 methods):
  __construct()
  getPosition()
  setPosition()
  getPositionXL()
  setPositionXL()
  getOverlay()
  setOverlay()
  getLayout()


Class: PHPExcel_Chart_Legend  - X-Ref

PHPExcel_Chart_Legend

__construct($position = null, 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($value=false)   X-Ref
Set allow overlay of other elements?

param: boolean    $value

getLayout()   X-Ref
Get Layout

return: PHPExcel_Chart_Layout



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1