public function PHPExcel_Chart_Axis::getShadowProperty in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Axis.php \PHPExcel_Chart_Axis::getShadowProperty()
Get Glow Property
Parameters
float $size:
string $color_value:
int $color_alpha:
string $color_type:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Axis.php, line 497
Class
- PHPExcel_Chart_Axis
- Created by PhpStorm. User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM
Code
public function getShadowProperty($elements) {
return $this
->getArrayElementsValue($this->_shadow_properties, $elements);
}