Todo List
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])
string getBottomRightCell( )
void getBottomRightOffset( )
array getBottomRightPosition( )
void getBottomRightXOffset( )
void getBottomRightYOffset( )
string getDisplayBlanksAs( )
PHPExcel_Chart_Legend getLegend( )
string getName( )
PHPExcel_Chart_PlotArea getPlotArea( )
boolean getPlotVisibleOnly( )
PHPExcel_Chart_Title getTitle( )
string getTopLeftCell( )
void getTopLeftOffset( )
array getTopLeftPosition( )
void getTopLeftXOffset( )
void getTopLeftYOffset( )
PHPExcel_Worksheet getWorksheet( )
PHPExcel_Chart_Title getXAxisLabel( )
PHPExcel_Chart_Title getYAxisLabel( )
void refresh( )
void render( [ $outputDestination = null])
void setBottomRightCell( $cell)
void setBottomRightOffset( [ $xOffset = null], [ $yOffset = null])
PHPExcel_Chart setBottomRightPosition( string $cell, [integer $xOffset = null], [integer $yOffset = null])
void setBottomRightXOffset( $xOffset)
void setBottomRightYOffset( $yOffset)
PHPExcel_Chart setDisplayBlanksAs( [string $displayBlanksAs = '0'])
PHPExcel_Chart setLegend( PHPExcel_Chart_Legend $legend)
PHPExcel_Chart setPlotVisibleOnly( [boolean $plotVisibleOnly = true])
PHPExcel_Chart setTitle( PHPExcel_Chart_Title $title)
PHPExcel_Chart setTopLeftCell( string $cell)
void setTopLeftOffset( [ $xOffset = null], [ $yOffset = null])
PHPExcel_Chart setTopLeftPosition( string $cell, [integer $xOffset = null], [integer $yOffset = null])
void setTopLeftXOffset( $xOffset)
void setTopLeftYOffset( $yOffset)
PHPExcel_Chart setWorksheet( [PHPExcel_Worksheet $pValue = null])
PHPExcel_Chart setXAxisLabel( PHPExcel_Chart_Title $label)
PHPExcel_Chart setYAxisLabel( PHPExcel_Chart_Title $label)