You are here

private function PHPExcel_Chart_Axis::_setShadowPresetsProperties in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Axis.php \PHPExcel_Chart_Axis::_setShadowPresetsProperties()

Set Shadow Color

Parameters

int $shadow_presets:

Return value

PHPExcel_Chart_Axis

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Axis.php, line 386

Class

PHPExcel_Chart_Axis
Created by PhpStorm. User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM

Code

private function _setShadowPresetsProperties($shadow_presets) {
  $this->_shadow_properties['presets'] = $shadow_presets;
  $this
    ->_setShadowProperiesMapValues($this
    ->getShadowPresetsMap($shadow_presets));
  return $this;
}