|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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() | |
| $dataSeriesLabels1 | |
| $xAxisTickValues1 | |
| $dataSeriesValues1 | |
| $series1 | |
| $plotArea1 = new PHPExcel_Chart_PlotArea(NULL, array($series1)) | |
| $legend1 = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_TOPRIGHT, NULL, false) | |
| $title1 = new PHPExcel_Chart_Title('Test %age-Stacked Area Chart') | |
| $yAxisLabel1 = new PHPExcel_Chart_Title('Value ($k)') | |
| $chart1 | |
| $dataSeriesLabels2 | |
| $xAxisTickValues2 | |
| $dataSeriesValues2 | |
| $series2 | |
| $plotArea2 = new PHPExcel_Chart_PlotArea(NULL, array($series2)) | |
| $legend2 = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_RIGHT, NULL, false) | |
| $title2 = new PHPExcel_Chart_Title('Test Column Chart') | |
| $yAxisLabel2 = new PHPExcel_Chart_Title('Value ($k)') | |
| $chart2 | |
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') | |
| memory_get_peak_usage (true)/1024/1024) | |
| $chart1 |
Definition at line 111 of file 33chartcreate-multiple-charts.php.
| $chart2 |
Definition at line 188 of file 33chartcreate-multiple-charts.php.
| $dataSeriesLabels1 |
Definition at line 63 of file 33chartcreate-multiple-charts.php.
| $dataSeriesLabels2 |
Definition at line 137 of file 33chartcreate-multiple-charts.php.
| $dataSeriesValues1 |
Definition at line 85 of file 33chartcreate-multiple-charts.php.
| $dataSeriesValues2 |
Definition at line 159 of file 33chartcreate-multiple-charts.php.
| $legend1 = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_TOPRIGHT, NULL, false) |
Definition at line 104 of file 33chartcreate-multiple-charts.php.
| $legend2 = new PHPExcel_Chart_Legend(PHPExcel_Chart_Legend::POSITION_RIGHT, NULL, false) |
Definition at line 181 of file 33chartcreate-multiple-charts.php.
| $objPHPExcel = new PHPExcel() |
Definition at line 43 of file 33chartcreate-multiple-charts.php.
| $objWorksheet = $objPHPExcel->getActiveSheet() |
Definition at line 44 of file 33chartcreate-multiple-charts.php.
| $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel2007') |
Definition at line 209 of file 33chartcreate-multiple-charts.php.
| $plotArea1 = new PHPExcel_Chart_PlotArea(NULL, array($series1)) |
Definition at line 102 of file 33chartcreate-multiple-charts.php.
| $plotArea2 = new PHPExcel_Chart_PlotArea(NULL, array($series2)) |
Definition at line 179 of file 33chartcreate-multiple-charts.php.
| $series1 |
Definition at line 92 of file 33chartcreate-multiple-charts.php.
| $series2 |
Definition at line 166 of file 33chartcreate-multiple-charts.php.
| $title1 = new PHPExcel_Chart_Title('Test %age-Stacked Area Chart') |
Definition at line 106 of file 33chartcreate-multiple-charts.php.
| $title2 = new PHPExcel_Chart_Title('Test Column Chart') |
Definition at line 183 of file 33chartcreate-multiple-charts.php.
| $xAxisTickValues1 |
Definition at line 75 of file 33chartcreate-multiple-charts.php.
| $xAxisTickValues2 |
Definition at line 149 of file 33chartcreate-multiple-charts.php.
| $yAxisLabel1 = new PHPExcel_Chart_Title('Value ($k)') |
Definition at line 107 of file 33chartcreate-multiple-charts.php.
| $yAxisLabel2 = new PHPExcel_Chart_Title('Value ($k)') |
Definition at line 184 of file 33chartcreate-multiple-charts.php.
| getcwd () EOL (PHP_SAPI == 'cli') ? PHP_EOL : '<br />' |
Definition at line 9 of file 33chartcreate-multiple-charts.php.
| memory_get_peak_usage(true)/1024/1024) | ( | true | ) |
Definition at line 216 of file 33chartcreate-multiple-charts.php.