$_name
$_name : string
Chart Name
PHPExcel_Chart
$_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
__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)
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 |
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 |
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 |