ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct ($plotType=null, $plotGrouping=null, $plotOrder=array(), $plotLabel=array(), $plotCategory=array(), $plotValues=array(), $plotDirection=null, $smoothLine=null, $plotStyle=null) | |
Create a new PHPExcel_Chart_DataSeries. More... | |
getPlotType () | |
Get Plot Type. More... | |
setPlotType ($plotType='') | |
Set Plot Type. More... | |
getPlotGrouping () | |
Get Plot Grouping Type. More... | |
setPlotGrouping ($groupingType=null) | |
Set Plot Grouping Type. More... | |
getPlotDirection () | |
Get Plot Direction. More... | |
setPlotDirection ($plotDirection=null) | |
Set Plot Direction. More... | |
getPlotOrder () | |
Get Plot Order. More... | |
getPlotLabels () | |
Get Plot Labels. More... | |
getPlotLabelByIndex ($index) | |
Get Plot Label by Index. More... | |
getPlotCategories () | |
Get Plot Categories. More... | |
getPlotCategoryByIndex ($index) | |
Get Plot Category by Index. More... | |
getPlotStyle () | |
Get Plot Style. More... | |
setPlotStyle ($plotStyle=null) | |
Set Plot Style. More... | |
getPlotValues () | |
Get Plot Values. More... | |
getPlotValuesByIndex ($index) | |
Get Plot Values by Index. More... | |
getPlotSeriesCount () | |
Get Number of Plot Series. More... | |
getSmoothLine () | |
Get Smooth Line. More... | |
setSmoothLine ($smoothLine=TRUE) | |
Set Smooth Line. More... | |
refresh (PHPExcel_Worksheet $worksheet) | |
Data Fields | |
const | TYPE_BARCHART = 'barChart' |
const | TYPE_BARCHART_3D = 'bar3DChart' |
const | TYPE_LINECHART = 'lineChart' |
const | TYPE_LINECHART_3D = 'line3DChart' |
const | TYPE_AREACHART = 'areaChart' |
const | TYPE_AREACHART_3D = 'area3DChart' |
const | TYPE_PIECHART = 'pieChart' |
const | TYPE_PIECHART_3D = 'pie3DChart' |
const | TYPE_DOUGHTNUTCHART = 'doughnutChart' |
const | TYPE_DONUTCHART = self::TYPE_DOUGHTNUTCHART |
const | TYPE_SCATTERCHART = 'scatterChart' |
const | TYPE_SURFACECHART = 'surfaceChart' |
const | TYPE_SURFACECHART_3D = 'surface3DChart' |
const | TYPE_RADARCHART = 'radarChart' |
const | TYPE_BUBBLECHART = 'bubbleChart' |
const | TYPE_STOCKCHART = 'stockChart' |
const | TYPE_CANDLECHART = self::TYPE_STOCKCHART |
const | GROUPING_CLUSTERED = 'clustered' |
const | GROUPING_STACKED = 'stacked' |
const | GROUPING_PERCENT_STACKED = 'percentStacked' |
const | GROUPING_STANDARD = 'standard' |
const | DIRECTION_BAR = 'bar' |
const | DIRECTION_HORIZONTAL = self::DIRECTION_BAR |
const | DIRECTION_COL = 'col' |
const | DIRECTION_COLUMN = self::DIRECTION_COL |
const | DIRECTION_VERTICAL = self::DIRECTION_COL |
const | STYLE_LINEMARKER = 'lineMarker' |
const | STYLE_SMOOTHMARKER = 'smoothMarker' |
const | STYLE_MARKER = 'marker' |
const | STYLE_FILLED = 'filled' |
Private Attributes | |
$_plotType = null | |
$_plotGrouping = null | |
$_plotDirection = null | |
$_plotStyle = null | |
$_plotOrder = array() | |
$_plotLabel = array() | |
$_plotCategory = array() | |
$_smoothLine = null | |
$_plotValues = array() | |
Definition at line 36 of file DataSeries.php.
PHPExcel_Chart_DataSeries::__construct | ( | $plotType = null , |
|
$plotGrouping = null , |
|||
$plotOrder = array() , |
|||
$plotLabel = array() , |
|||
$plotCategory = array() , |
|||
$plotValues = array() , |
|||
$plotDirection = null , |
|||
$smoothLine = null , |
|||
$plotStyle = null |
|||
) |
PHPExcel_Chart_DataSeries::getPlotCategories | ( | ) |
Get Plot Categories.
Definition at line 263 of file DataSeries.php.
References $_plotCategory.
PHPExcel_Chart_DataSeries::getPlotCategoryByIndex | ( | $index | ) |
Get Plot Category by Index.
Definition at line 272 of file DataSeries.php.
PHPExcel_Chart_DataSeries::getPlotDirection | ( | ) |
Get Plot Direction.
Definition at line 210 of file DataSeries.php.
References $_plotDirection.
PHPExcel_Chart_DataSeries::getPlotGrouping | ( | ) |
Get Plot Grouping Type.
Definition at line 190 of file DataSeries.php.
References $_plotGrouping.
PHPExcel_Chart_DataSeries::getPlotLabelByIndex | ( | $index | ) |
Get Plot Label by Index.
Definition at line 248 of file DataSeries.php.
PHPExcel_Chart_DataSeries::getPlotLabels | ( | ) |
Get Plot Labels.
Definition at line 239 of file DataSeries.php.
References $_plotLabel.
PHPExcel_Chart_DataSeries::getPlotOrder | ( | ) |
Get Plot Order.
Definition at line 230 of file DataSeries.php.
References $_plotOrder.
PHPExcel_Chart_DataSeries::getPlotSeriesCount | ( | ) |
PHPExcel_Chart_DataSeries::getPlotStyle | ( | ) |
Get Plot Style.
Definition at line 287 of file DataSeries.php.
References $_plotStyle.
PHPExcel_Chart_DataSeries::getPlotType | ( | ) |
PHPExcel_Chart_DataSeries::getPlotValues | ( | ) |
Get Plot Values.
Definition at line 307 of file DataSeries.php.
References $_plotValues.
PHPExcel_Chart_DataSeries::getPlotValuesByIndex | ( | $index | ) |
Get Plot Values by Index.
Definition at line 316 of file DataSeries.php.
PHPExcel_Chart_DataSeries::getSmoothLine | ( | ) |
Get Smooth Line.
Definition at line 340 of file DataSeries.php.
References $_smoothLine.
PHPExcel_Chart_DataSeries::refresh | ( | PHPExcel_Worksheet | $worksheet | ) |
Definition at line 355 of file DataSeries.php.
PHPExcel_Chart_DataSeries::setPlotDirection | ( | $plotDirection = null | ) |
Set Plot Direction.
string | $plotDirection |
Definition at line 220 of file DataSeries.php.
PHPExcel_Chart_DataSeries::setPlotGrouping | ( | $groupingType = null | ) |
Set Plot Grouping Type.
string | $groupingType |
Definition at line 200 of file DataSeries.php.
PHPExcel_Chart_DataSeries::setPlotStyle | ( | $plotStyle = null | ) |
Set Plot Style.
string | $plotStyle |
Definition at line 297 of file DataSeries.php.
PHPExcel_Chart_DataSeries::setPlotType | ( | $plotType = '' | ) |
Set Plot Type.
string | $plotType |
Definition at line 180 of file DataSeries.php.
PHPExcel_Chart_DataSeries::setSmoothLine | ( | $smoothLine = TRUE | ) |
Set Smooth Line.
boolean | $smoothLine |
Definition at line 350 of file DataSeries.php.
|
private |
Definition at line 121 of file DataSeries.php.
Referenced by getPlotCategories().
|
private |
Definition at line 93 of file DataSeries.php.
Referenced by getPlotDirection().
|
private |
Definition at line 86 of file DataSeries.php.
Referenced by getPlotGrouping().
|
private |
Definition at line 114 of file DataSeries.php.
Referenced by getPlotLabels().
|
private |
Definition at line 107 of file DataSeries.php.
Referenced by getPlotOrder().
|
private |
Definition at line 100 of file DataSeries.php.
Referenced by getPlotStyle().
|
private |
Definition at line 79 of file DataSeries.php.
Referenced by getPlotType().
|
private |
Definition at line 135 of file DataSeries.php.
Referenced by getPlotValues().
|
private |
Definition at line 128 of file DataSeries.php.
Referenced by getSmoothLine().
const PHPExcel_Chart_DataSeries::DIRECTION_BAR = 'bar' |
Definition at line 62 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::DIRECTION_COL = 'col' |
Definition at line 64 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::DIRECTION_COLUMN = self::DIRECTION_COL |
Definition at line 65 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::DIRECTION_HORIZONTAL = self::DIRECTION_BAR |
Definition at line 63 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::DIRECTION_VERTICAL = self::DIRECTION_COL |
Definition at line 66 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::GROUPING_CLUSTERED = 'clustered' |
Definition at line 57 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::GROUPING_PERCENT_STACKED = 'percentStacked' |
Definition at line 59 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::GROUPING_STACKED = 'stacked' |
Definition at line 58 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::GROUPING_STANDARD = 'standard' |
Definition at line 60 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::STYLE_FILLED = 'filled' |
Definition at line 71 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::STYLE_LINEMARKER = 'lineMarker' |
Definition at line 68 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::STYLE_MARKER = 'marker' |
Definition at line 70 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::STYLE_SMOOTHMARKER = 'smoothMarker' |
Definition at line 69 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_AREACHART = 'areaChart' |
Definition at line 43 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_AREACHART_3D = 'area3DChart' |
Definition at line 44 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_BARCHART = 'barChart' |
Definition at line 39 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), and PHPExcel_Writer_Excel2007_Chart\_writePlotGroup().
const PHPExcel_Chart_DataSeries::TYPE_BARCHART_3D = 'bar3DChart' |
Definition at line 40 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), and PHPExcel_Writer_Excel2007_Chart\_writePlotGroup().
const PHPExcel_Chart_DataSeries::TYPE_BUBBLECHART = 'bubbleChart' |
Definition at line 53 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), PHPExcel_Writer_Excel2007_Chart\_writePlotGroup(), and PHPExcel_Writer_Excel2007_Chart\_writeValAx().
const PHPExcel_Chart_DataSeries::TYPE_CANDLECHART = self::TYPE_STOCKCHART |
Definition at line 55 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_DONUTCHART = self::TYPE_DOUGHTNUTCHART |
Definition at line 48 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), PHPExcel_Writer_Excel2007_Chart\_writePlotGroup(), and PHPExcel_Writer_Excel2007_Chart\_writePlotSeriesValues().
const PHPExcel_Chart_DataSeries::TYPE_DOUGHTNUTCHART = 'doughnutChart' |
Definition at line 47 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_LINECHART = 'lineChart' |
Definition at line 41 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), and PHPExcel_Writer_Excel2007_Chart\_writePlotGroup().
const PHPExcel_Chart_DataSeries::TYPE_LINECHART_3D = 'line3DChart' |
Definition at line 42 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_PIECHART = 'pieChart' |
Definition at line 45 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), PHPExcel_Writer_Excel2007_Chart\_writePlotGroup(), and PHPExcel_Writer_Excel2007_Chart\_writePlotSeriesValues().
const PHPExcel_Chart_DataSeries::TYPE_PIECHART_3D = 'pie3DChart' |
Definition at line 46 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), PHPExcel_Writer_Excel2007_Chart\_writePlotGroup(), and PHPExcel_Writer_Excel2007_Chart\_writePlotSeriesValues().
const PHPExcel_Chart_DataSeries::TYPE_RADARCHART = 'radarChart' |
Definition at line 52 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), and PHPExcel_Writer_Excel2007_Chart\_writePlotGroup().
const PHPExcel_Chart_DataSeries::TYPE_SCATTERCHART = 'scatterChart' |
Definition at line 49 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), and PHPExcel_Writer_Excel2007_Chart\_writePlotGroup().
const PHPExcel_Chart_DataSeries::TYPE_STOCKCHART = 'stockChart' |
Definition at line 54 of file DataSeries.php.
Referenced by PHPExcel_Writer_Excel2007_Chart\_writePlotArea(), and PHPExcel_Writer_Excel2007_Chart\_writePlotGroup().
const PHPExcel_Chart_DataSeries::TYPE_SURFACECHART = 'surfaceChart' |
Definition at line 50 of file DataSeries.php.
const PHPExcel_Chart_DataSeries::TYPE_SURFACECHART_3D = 'surface3DChart' |
Definition at line 51 of file DataSeries.php.