PHPExcel_Chart
category | PHPExcel |
---|---|
package | PHPExcel_Chart |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct($name, \PHPExcel_Chart_Title $title, \PHPExcel_Chart_Legend $legend, \PHPExcel_Chart_PlotArea $plotArea, $plotVisibleOnly, $displayBlanksAs, \PHPExcel_Chart_Title $xAxisLabel, \PHPExcel_Chart_Title $yAxisLabel)
getBottomRightCell() : string
string
getBottomRightOffset() : integer[]
integer[]
getBottomRightPosition() : array
array
an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cellgetBottomRightXOffset()
getBottomRightYOffset()
getDisplayBlanksAs() : string
string
getName() : string
string
getPlotVisibleOnly() : boolean
boolean
getTopLeftCell() : string
string
getTopLeftOffset() : integer[]
integer[]
getTopLeftPosition() : array
array
an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cellgetTopLeftXOffset()
getTopLeftYOffset()
refresh()
render($outputDestination)
setBottomRightCell($cell)
setBottomRightOffset(integer $xOffset, integer $yOffset) : \PHPExcel_Chart
setBottomRightPosition(string $cell, integer $xOffset, integer $yOffset) : \PHPExcel_Chart
setBottomRightXOffset($xOffset)
setBottomRightYOffset($yOffset)
setTopLeftOffset(integer $xOffset, integer $yOffset) : \PHPExcel_Chart
setTopLeftPosition(string $cell, integer $xOffset, integer $yOffset) : \PHPExcel_Chart
setTopLeftXOffset($xOffset)
setTopLeftYOffset($yOffset)
$_bottomRightCellRef : string
$_bottomRightXOffset : integer
$_bottomRightYOffset : integer
$_displayBlanksAs : string
$_legend : \PHPExcel_Chart_Legend
$_name : string
$_plotArea : \PHPExcel_Chart_PlotArea
$_plotVisibleOnly : boolean
$_title : \PHPExcel_Chart_Title
$_topLeftCellRef : string
$_topLeftXOffset : integer
$_topLeftYOffset : integer
$_worksheet : \PHPExcel_Worksheet
$_xAxisLabel : \PHPExcel_Chart_Title
$_yAxisLabel : \PHPExcel_Chart_Title