protected function PHPExcel_Properties::getExcelPointsWidth in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Properties.php \PHPExcel_Properties::getExcelPointsWidth()
10 calls to PHPExcel_Properties::getExcelPointsWidth()
- PHPExcel_Chart_Axis::setLineStyleProperties in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Axis.php - Set Line Style Properties
- PHPExcel_Chart_Axis::setSoftEdges in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Axis.php - Set Soft Edges Size
- PHPExcel_Chart_Axis::_setGlowSize in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Axis.php - Set Glow Color
- PHPExcel_Chart_Axis::_setShadowBlur in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Axis.php - Set Shadow Blur
- PHPExcel_Chart_Axis::_setShadowDistance in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Axis.php - Set Shadow Distance
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Properties.php, line 116
Class
- PHPExcel_Properties
- Created by PhpStorm. User: nhw2h8s Date: 7/2/14 Time: 5:45 PM
Code
protected function getExcelPointsWidth($width) {
return $width * 12700;
}