You are here

public function PHPExcel_Chart_GridLines::getLineStyleArrowParameters in Loft Data Grids 7.2

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

Get Line Style Arrow Parameters

Parameters

string $arrow_selector:

string $property_selector:

Return value

string

File

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

Class

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

Code

public function getLineStyleArrowParameters($arrow_selector, $property_selector) {
  return $this
    ->getLineStyleArrowSize($this->_line_properties['style']['arrow'][$arrow_selector]['size'], $property_selector);
}