|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Go to the source code of this file.
Namespaces | |
| namespace | PHPExcel |
Variables | |
| const | EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
| $objPHPExcel = new PHPExcel() | |
| PHPExcel. More... | |
| $objWorksheet = $objPHPExcel->getActiveSheet() | |
| $dataSeriesLabels | |
| $xAxisTickValues | |
| $dataSeriesValues | |
| $series | |
| $plotArea = new PHPExcel_Chart_PlotArea(NULL, array($series)) | |
| $legend = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_BOTTOM, NULL, false) | |
| $title = new PHPExcel_Chart_Title('Test Grouped Column Chart') | |
| $xAxisLabel = new PHPExcel_Chart_Title('Financial Period') | |
| $yAxisLabel = new PHPExcel_Chart_Title('Value ($k)') | |
| $chart | |
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
| memory_get_peak_usage (true)/1024/1024) | |
| $chart |
Definition at line 122 of file 33chartcreate-column-2.php.
| $dataSeriesLabels |
Definition at line 70 of file 33chartcreate-column-2.php.
| $dataSeriesValues |
Definition at line 92 of file 33chartcreate-column-2.php.
| $legend = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_BOTTOM, NULL, false) |
Definition at line 114 of file 33chartcreate-column-2.php.
| $objPHPExcel = new PHPExcel() |
Definition at line 43 of file 33chartcreate-column-2.php.
| $objWorksheet = $objPHPExcel->getActiveSheet() |
Definition at line 44 of file 33chartcreate-column-2.php.
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 143 of file 33chartcreate-column-2.php.
| $plotArea = new PHPExcel_Chart_PlotArea(NULL, array($series)) |
Definition at line 112 of file 33chartcreate-column-2.php.
| $series |
Definition at line 99 of file 33chartcreate-column-2.php.
| $title = new PHPExcel_Chart_Title('Test Grouped Column Chart') |
Definition at line 116 of file 33chartcreate-column-2.php.
| $xAxisLabel = new PHPExcel_Chart_Title('Financial Period') |
Definition at line 117 of file 33chartcreate-column-2.php.
Referenced by PHPExcel_Chart\__construct(), PHPExcel_Chart_Renderer_jpgraph\_renderCartesianPlotArea(), PHPExcel_Writer_Excel2007_Chart\_writeCatAx(), and PHPExcel_Writer_Excel2007_Chart\_writePlotArea().
| $xAxisTickValues |
Definition at line 82 of file 33chartcreate-column-2.php.
| $yAxisLabel = new PHPExcel_Chart_Title('Value ($k)') |
Definition at line 118 of file 33chartcreate-column-2.php.
| getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 9 of file 33chartcreate-column-2.php.
| memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 150 of file 33chartcreate-column-2.php.