[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Chart/ -> Legend.php (summary)

(no description)

File Size: 170 lines (5 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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__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