$name
$name : string
Chart Name
PHPExcel_Chart
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
$worksheet : \PHPExcel_Worksheet
Worksheet
$title : \PHPExcel_Chart_Title
Chart Title
$legend : \PHPExcel_Chart_Legend
Chart Legend
$xAxisLabel : \PHPExcel_Chart_Title
X-Axis Label
$yAxisLabel : \PHPExcel_Chart_Title
Y-Axis Label
$plotArea : \PHPExcel_Chart_PlotArea
Chart Plot Area
$yAxis : \PHPExcel_Chart_Axis
Chart Asix Y as
$xAxis : \PHPExcel_Chart_Axis
Chart Asix X as
$majorGridlines : \PHPExcel_Chart_GridLines
Chart Major Gridlines as
$minorGridlines : \PHPExcel_Chart_GridLines
Chart Minor Gridlines as
__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)
Create a new PHPExcel_Chart
$name | ||
\PHPExcel_Chart_Title | $title | |
\PHPExcel_Chart_Legend | $legend | |
\PHPExcel_Chart_PlotArea | $plotArea | |
$plotVisibleOnly | ||
$displayBlanksAs | ||
\PHPExcel_Chart_Title | $xAxisLabel | |
\PHPExcel_Chart_Title | $yAxisLabel | |
\PHPExcel_Chart_Axis | $xAxis | |
\PHPExcel_Chart_Axis | $yAxis | |
\PHPExcel_Chart_GridLines | $majorGridlines | |
\PHPExcel_Chart_GridLines | $minorGridlines |
getWorksheet() : \PHPExcel_Worksheet
Get Worksheet
setWorksheet(\PHPExcel_Worksheet $pValue = null) : \PHPExcel_Chart
Set Worksheet
\PHPExcel_Worksheet | $pValue |
getTitle() : \PHPExcel_Chart_Title
Get Title
setTitle(\PHPExcel_Chart_Title $title) : \PHPExcel_Chart
Set Title
\PHPExcel_Chart_Title | $title |
getLegend() : \PHPExcel_Chart_Legend
Get Legend
setLegend(\PHPExcel_Chart_Legend $legend) : \PHPExcel_Chart
Set Legend
\PHPExcel_Chart_Legend | $legend |
getXAxisLabel() : \PHPExcel_Chart_Title
Get X-Axis Label
setXAxisLabel(\PHPExcel_Chart_Title $label) : \PHPExcel_Chart
Set X-Axis Label
\PHPExcel_Chart_Title | $label |
getYAxisLabel() : \PHPExcel_Chart_Title
Get Y-Axis Label
setYAxisLabel(\PHPExcel_Chart_Title $label) : \PHPExcel_Chart
Set Y-Axis Label
\PHPExcel_Chart_Title | $label |
getPlotArea() : \PHPExcel_Chart_PlotArea
Get Plot Area
setPlotVisibleOnly(boolean $plotVisibleOnly = true) : \PHPExcel_Chart
Set Plot Visible Only
boolean | $plotVisibleOnly |
setDisplayBlanksAs(string $displayBlanksAs = '0') : \PHPExcel_Chart
Set Display Blanks as
string | $displayBlanksAs |
getChartAxisY() : \PHPExcel_Chart_Axis
Get yAxis
getChartAxisX() : \PHPExcel_Chart_Axis
Get xAxis
getMajorGridlines() : \PHPExcel_Chart_GridLines
Get Major Gridlines
getMinorGridlines() : \PHPExcel_Chart_GridLines
Get Minor Gridlines
setTopLeftPosition(string $cell, integer $xOffset = null, integer $yOffset = null) : \PHPExcel_Chart
Set the Top Left position for the chart
string | $cell | |
integer | $xOffset | |
integer | $yOffset |
setTopLeftCell(string $cell) : \PHPExcel_Chart
Set the Top Left cell position for the chart
string | $cell |
setTopLeftOffset(integer $xOffset = null, integer $yOffset = null) : \PHPExcel_Chart
Set the offset position within the Top Left cell for the chart
integer | $xOffset | |
integer | $yOffset |
setBottomRightPosition(string $cell, integer $xOffset = null, integer $yOffset = null) : \PHPExcel_Chart
Set the Bottom Right position of the chart
string | $cell | |
integer | $xOffset | |
integer | $yOffset |
setBottomRightOffset(integer $xOffset = null, integer $yOffset = null) : \PHPExcel_Chart
Set the offset position within the Bottom Right cell for the chart
integer | $xOffset | |
integer | $yOffset |