PHPExcel_Chart
[ class tree: PHPExcel_Chart ] [ index: PHPExcel_Chart ] [ all elements ]

Class: PHPExcel_Chart

Source Location: /PHPExcel/Chart.php

Class Overview


PHPExcel_Chart


Author(s):

Copyright:

  • Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)

Methods



Class Details

[line 36]
PHPExcel_Chart



Tags:

copyright:  Copyright (c) 2006 - 2012 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Methods


constructor __construct [line 153]

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])

Create a new PHPExcel_Chart



Tags:

access:  public


Parameters:

   $name  
PHPExcel_Chart_Title   $title  
PHPExcel_Chart_Legend   $legend  
PHPExcel_Chart_PlotArea   $plotArea  
   $plotVisibleOnly  
   $displayBlanksAs  
PHPExcel_Chart_Title   $xAxisLabel  
PHPExcel_Chart_Title   $yAxisLabel  

[ Top ]

method getBottomRightCell [line 409]

string getBottomRightCell( )

Get the cell address where the bottom right of the chart is fixed



Tags:

access:  public


[ Top ]

method getBottomRightOffset [line 422]

void getBottomRightOffset( )



Tags:

access:  public


[ Top ]

method getBottomRightPosition [line 391]

array getBottomRightPosition( )

Get the bottom right position of the chart



Tags:

return:  an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell
access:  public


[ Top ]

method getBottomRightXOffset [line 434]

void getBottomRightXOffset( )



Tags:

access:  public


[ Top ]

method getBottomRightYOffset [line 444]

void getBottomRightYOffset( )



Tags:

access:  public


[ Top ]

method getDisplayBlanksAs [line 267]

string getDisplayBlanksAs( )

Get Display Blanks as



Tags:

access:  public


[ Top ]

method getLegend [line 210]

PHPExcel_Chart_Legend getLegend( )

Get Legend



Tags:

access:  public


[ Top ]

method getName [line 170]

string getName( )

Get Name



Tags:

access:  public


[ Top ]

method getPlotArea [line 237]

PHPExcel_Chart_PlotArea getPlotArea( )

Get Plot Area



Tags:

access:  public


[ Top ]

method getPlotVisibleOnly [line 246]

boolean getPlotVisibleOnly( )

Get Plot Visible Only



Tags:

access:  public


[ Top ]

method getTitle [line 201]

PHPExcel_Chart_Title getTitle( )

Get Title



Tags:

access:  public


[ Top ]

method getTopLeftCell [line 317]

string getTopLeftCell( )

Get the cell address where the top left of the chart is fixed



Tags:

access:  public


[ Top ]

method getTopLeftOffset [line 342]

void getTopLeftOffset( )



Tags:

access:  public


[ Top ]

method getTopLeftPosition [line 305]

array getTopLeftPosition( )

Get the top left position of the chart



Tags:

return:  an associative array containing the cell address, X-Offset and Y-Offset from the top left of that cell
access:  public


[ Top ]

method getTopLeftXOffset [line 354]

void getTopLeftXOffset( )



Tags:

access:  public


[ Top ]

method getTopLeftYOffset [line 364]

void getTopLeftYOffset( )



Tags:

access:  public


[ Top ]

method getWorksheet [line 179]

PHPExcel_Worksheet getWorksheet( )

Get Worksheet



Tags:

access:  public


[ Top ]

method getXAxisLabel [line 219]

PHPExcel_Chart_Title getXAxisLabel( )

Get X-Axis Label



Tags:

access:  public


[ Top ]

method getYAxisLabel [line 228]

PHPExcel_Chart_Title getYAxisLabel( )

Get Y-Axis Label



Tags:

access:  public


[ Top ]

method refresh [line 449]

void refresh( )



Tags:

access:  public


[ Top ]

method render [line 455]

void render( [ $outputDestination = null])



Tags:

access:  public


Parameters:

   $outputDestination  

[ Top ]

method setBottomRightCell [line 398]

void setBottomRightCell( $cell)



Tags:

access:  public


Parameters:

   $cell  

[ Top ]

method setBottomRightOffset [line 413]

void setBottomRightOffset( [ $xOffset = null], [ $yOffset = null])



Tags:

access:  public


Parameters:

   $xOffset  
   $yOffset  

[ Top ]

method setBottomRightPosition [line 376]

PHPExcel_Chart setBottomRightPosition( string $cell, [integer $xOffset = null], [integer $yOffset = null])

Set the Bottom Right position of the chart



Tags:

access:  public


Parameters:

string   $cell  
integer   $xOffset  
integer   $yOffset  

[ Top ]

method setBottomRightXOffset [line 428]

void setBottomRightXOffset( $xOffset)



Tags:

access:  public


Parameters:

   $xOffset  

[ Top ]

method setBottomRightYOffset [line 438]

void setBottomRightYOffset( $yOffset)



Tags:

access:  public


Parameters:

   $yOffset  

[ Top ]

method setDisplayBlanksAs [line 277]

PHPExcel_Chart setDisplayBlanksAs( [string $displayBlanksAs = '0'])

Set Display Blanks as



Tags:

access:  public


Parameters:

string   $displayBlanksAs  

[ Top ]

method setPlotVisibleOnly [line 256]

PHPExcel_Chart setPlotVisibleOnly( [boolean $plotVisibleOnly = true])

Set Plot Visible Only



Tags:

access:  public


Parameters:

boolean   $plotVisibleOnly  

[ Top ]

method setTopLeftCell [line 327]

PHPExcel_Chart setTopLeftCell( string $cell)

Set the Top Left cell position for the chart



Tags:

access:  public


Parameters:

string   $cell  

[ Top ]

method setTopLeftOffset [line 333]

void setTopLeftOffset( [ $xOffset = null], [ $yOffset = null])



Tags:

access:  public


Parameters:

   $xOffset  
   $yOffset  

[ Top ]

method setTopLeftPosition [line 290]

PHPExcel_Chart setTopLeftPosition( string $cell, [integer $xOffset = null], [integer $yOffset = null])

Set the Top Left position for the chart



Tags:

access:  public


Parameters:

string   $cell  
integer   $xOffset  
integer   $yOffset  

[ Top ]

method setTopLeftXOffset [line 348]

void setTopLeftXOffset( $xOffset)



Tags:

access:  public


Parameters:

   $xOffset  

[ Top ]

method setTopLeftYOffset [line 358]

void setTopLeftYOffset( $yOffset)



Tags:

access:  public


Parameters:

   $yOffset  

[ Top ]

method setWorksheet [line 190]

PHPExcel_Chart setWorksheet( [PHPExcel_Worksheet $pValue = null])

Set Worksheet



Tags:

throws:  Exception
access:  public


Parameters:

PHPExcel_Worksheet   $pValue  

[ Top ]


Documentation generated on Sat, 19 May 2012 14:27:50 +0200 by phpDocumentor 1.4.4