public static function PHPExcel_Settings::getChartRendererName in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Settings.php \PHPExcel_Settings::getChartRendererName()
Return the Chart Rendering Library that PHPExcel is currently configured to use (e.g. jpgraph)
Return value
string|NULL Internal reference name of the Chart Rendering Library that PHPExcel is currently configured to use e.g. PHPExcel_Settings::CHART_RENDERER_JPGRAPH
1 call to PHPExcel_Settings::getChartRendererName()
- PHPExcel_Chart::render in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Settings.php, line 258
Class
Code
public static function getChartRendererName() {
return self::$_chartRendererName;
}