$_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
$_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 |