You are here

protected function PHPExcel_Properties::getExcelPointsAngle in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Properties.php \PHPExcel_Properties::getExcelPointsAngle()
2 calls to PHPExcel_Properties::getExcelPointsAngle()
PHPExcel_Chart_Axis::_setShadowAngle in vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Axis.php
Set Shadow Angle
PHPExcel_Chart_GridLines::_setShadowAngle in vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php
Set Shadow Angle

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Properties.php, line 120

Class

PHPExcel_Properties
Created by PhpStorm. User: nhw2h8s Date: 7/2/14 Time: 5:45 PM

Code

protected function getExcelPointsAngle($angle) {
  return $angle * 60000;
}