You are here

private function PHPExcel_Chart_GridLines::_setShadowPresetsProperties in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php \PHPExcel_Chart_GridLines::_setShadowPresetsProperties()

Set Shadow Presets Properties

Parameters

int $shadow_presets:

Return value

PHPExcel_Chart_GridLines

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/GridLines.php, line 313

Class

PHPExcel_Chart_GridLines
Created by PhpStorm. User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM

Code

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