|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for PHPExcel_Chart_PlotArea:Public Member Functions | |
| __construct (PHPExcel_Chart_Layout $layout=null, $plotSeries=array()) | |
| Create a new PHPExcel_Chart_PlotArea. More... | |
| getLayout () | |
| Get Layout. More... | |
| getPlotGroupCount () | |
| Get Number of Plot Groups. More... | |
| getPlotSeriesCount () | |
| Get Number of Plot Series. More... | |
| getPlotGroup () | |
| Get Plot Series. More... | |
| getPlotGroupByIndex ($index) | |
| Get Plot Series by Index. More... | |
| setPlotSeries ($plotSeries=array()) | |
| refresh (PHPExcel_Worksheet $worksheet) | |
Private Attributes | |
| $_layout = null | |
| $_plotSeries = array() | |
Definition at line 36 of file PlotArea.php.
| PHPExcel_Chart_PlotArea::__construct | ( | PHPExcel_Chart_Layout | $layout = null, |
$plotSeries = array() |
|||
| ) |
Create a new PHPExcel_Chart_PlotArea.
Definition at line 55 of file PlotArea.php.
References $layout.
| PHPExcel_Chart_PlotArea::getLayout | ( | ) |
Get Layout.
Definition at line 66 of file PlotArea.php.
References $_layout.
| PHPExcel_Chart_PlotArea::getPlotGroup | ( | ) |
Get Plot Series.
Definition at line 97 of file PlotArea.php.
References $_plotSeries.
| PHPExcel_Chart_PlotArea::getPlotGroupByIndex | ( | $index | ) |
Get Plot Series by Index.
Definition at line 106 of file PlotArea.php.
| PHPExcel_Chart_PlotArea::getPlotGroupCount | ( | ) |
Get Number of Plot Groups.
Definition at line 75 of file PlotArea.php.
| PHPExcel_Chart_PlotArea::getPlotSeriesCount | ( | ) |
Get Number of Plot Series.
Definition at line 84 of file PlotArea.php.
| PHPExcel_Chart_PlotArea::refresh | ( | PHPExcel_Worksheet | $worksheet | ) |
Definition at line 122 of file PlotArea.php.
References $worksheet.
| PHPExcel_Chart_PlotArea::setPlotSeries | ( | $plotSeries = array() | ) |
Set Plot Series @param [PHPExcel_Chart_DataSeries]
Definition at line 116 of file PlotArea.php.
|
private |
Definition at line 43 of file PlotArea.php.
Referenced by getLayout().
|
private |
Definition at line 50 of file PlotArea.php.
Referenced by getPlotGroup().