| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 680 lines (15 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PHPExcel_Chart:: (43 methods):
__construct()
getName()
getWorksheet()
setWorksheet()
getTitle()
setTitle()
getLegend()
setLegend()
getXAxisLabel()
setXAxisLabel()
getYAxisLabel()
setYAxisLabel()
getPlotArea()
getPlotVisibleOnly()
setPlotVisibleOnly()
getDisplayBlanksAs()
setDisplayBlanksAs()
getChartAxisY()
getChartAxisX()
getMajorGridlines()
getMinorGridlines()
setTopLeftPosition()
getTopLeftPosition()
getTopLeftCell()
setTopLeftCell()
setTopLeftOffset()
getTopLeftOffset()
setTopLeftXOffset()
getTopLeftXOffset()
setTopLeftYOffset()
getTopLeftYOffset()
setBottomRightPosition()
getBottomRightPosition()
setBottomRightCell()
getBottomRightCell()
setBottomRightOffset()
getBottomRightOffset()
setBottomRightXOffset()
getBottomRightXOffset()
setBottomRightYOffset()
getBottomRightYOffset()
refresh()
render()
Class: PHPExcel_Chart - X-Ref
PHPExcel_Chart| __construct($name, PHPExcel_Chart_Title $title = null, PHPExcel_Chart_Legend $legend = null, PHPExcel_Chart_PlotArea $plotArea = null, $plotVisibleOnly = true, $displayBlanksAs = '0', PHPExcel_Chart_Title $xAxisLabel = null, PHPExcel_Chart_Title $yAxisLabel = null, PHPExcel_Chart_Axis $xAxis = null, PHPExcel_Chart_Axis $yAxis = null, PHPExcel_Chart_GridLines $majorGridlines = null, PHPExcel_Chart_GridLines $minorGridlines = null) X-Ref |
| Create a new PHPExcel_Chart |
| getName() X-Ref |
| Get Name return: string |
| getWorksheet() X-Ref |
| Get Worksheet return: PHPExcel_Worksheet |
| setWorksheet(PHPExcel_Worksheet $pValue = null) X-Ref |
| Set Worksheet param: PHPExcel_Worksheet $pValue return: PHPExcel_Chart |
| getTitle() X-Ref |
| Get Title return: PHPExcel_Chart_Title |
| setTitle(PHPExcel_Chart_Title $title) X-Ref |
| Set Title param: PHPExcel_Chart_Title $title return: PHPExcel_Chart |
| getLegend() X-Ref |
| Get Legend return: PHPExcel_Chart_Legend |
| setLegend(PHPExcel_Chart_Legend $legend) X-Ref |
| Set Legend param: PHPExcel_Chart_Legend $legend return: PHPExcel_Chart |
| getXAxisLabel() X-Ref |
| Get X-Axis Label return: PHPExcel_Chart_Title |
| setXAxisLabel(PHPExcel_Chart_Title $label) X-Ref |
| Set X-Axis Label param: PHPExcel_Chart_Title $label return: PHPExcel_Chart |
| getYAxisLabel() X-Ref |
| Get Y-Axis Label return: PHPExcel_Chart_Title |
| setYAxisLabel(PHPExcel_Chart_Title $label) X-Ref |
| Set Y-Axis Label param: PHPExcel_Chart_Title $label return: PHPExcel_Chart |
| getPlotArea() X-Ref |
| Get Plot Area return: PHPExcel_Chart_PlotArea |
| getPlotVisibleOnly() X-Ref |
| Get Plot Visible Only return: boolean |
| setPlotVisibleOnly($plotVisibleOnly = true) X-Ref |
| Set Plot Visible Only param: boolean $plotVisibleOnly return: PHPExcel_Chart |
| getDisplayBlanksAs() X-Ref |
| Get Display Blanks as return: string |
| setDisplayBlanksAs($displayBlanksAs = '0') X-Ref |
| Set Display Blanks as param: string $displayBlanksAs return: PHPExcel_Chart |
| getChartAxisY() X-Ref |
| Get yAxis return: PHPExcel_Chart_Axis |
| getChartAxisX() X-Ref |
| Get xAxis return: PHPExcel_Chart_Axis |
| getMajorGridlines() X-Ref |
| Get Major Gridlines return: PHPExcel_Chart_GridLines |
| getMinorGridlines() X-Ref |
| Get Minor Gridlines return: PHPExcel_Chart_GridLines |
| setTopLeftPosition($cell, $xOffset = null, $yOffset = null) X-Ref |
| Set the Top Left position for the chart param: string $cell param: integer $xOffset param: integer $yOffset return: PHPExcel_Chart |
| getTopLeftPosition() X-Ref |
| Get the top left position of the chart return: array an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell |
| getTopLeftCell() X-Ref |
| Get the cell address where the top left of the chart is fixed return: string |
| setTopLeftCell($cell) X-Ref |
| Set the Top Left cell position for the chart param: string $cell return: PHPExcel_Chart |
| setTopLeftOffset($xOffset = null, $yOffset = null) X-Ref |
| Set the offset position within the Top Left cell for the chart param: integer $xOffset param: integer $yOffset return: PHPExcel_Chart |
| getTopLeftOffset() X-Ref |
| Get the offset position within the Top Left cell for the chart return: integer[] |
| setTopLeftXOffset($xOffset) X-Ref |
| No description |
| getTopLeftXOffset() X-Ref |
| No description |
| setTopLeftYOffset($yOffset) X-Ref |
| No description |
| getTopLeftYOffset() X-Ref |
| No description |
| setBottomRightPosition($cell, $xOffset = null, $yOffset = null) X-Ref |
| Set the Bottom Right position of the chart param: string $cell param: integer $xOffset param: integer $yOffset return: PHPExcel_Chart |
| getBottomRightPosition() X-Ref |
| Get the bottom right position of the chart return: array an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell |
| setBottomRightCell($cell) X-Ref |
| No description |
| getBottomRightCell() X-Ref |
| Get the cell address where the bottom right of the chart is fixed return: string |
| setBottomRightOffset($xOffset = null, $yOffset = null) X-Ref |
| Set the offset position within the Bottom Right cell for the chart param: integer $xOffset param: integer $yOffset return: PHPExcel_Chart |
| getBottomRightOffset() X-Ref |
| Get the offset position within the Bottom Right cell for the chart return: integer[] |
| setBottomRightXOffset($xOffset) X-Ref |
| No description |
| getBottomRightXOffset() X-Ref |
| No description |
| setBottomRightYOffset($yOffset) X-Ref |
| No description |
| getBottomRightYOffset() X-Ref |
| No description |
| refresh() X-Ref |
| No description |
| render($outputDestination = null) X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |