You are here

public function PHPExcel_Chart_Axis::getLineStyleArrowLength 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::getLineStyleArrowLength()

Get Line Style Arrow Excel Length

Parameters

string $arrow:

Return value

string

File

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

Class

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

Code

public function getLineStyleArrowLength($arrow) {
  return $this
    ->getLineStyleArrowSize($this->_line_style_properties['arrow'][$arrow]['size'], 'len');
}