public function PHPExcel_Chart_Layout::getShowLeaderLines in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php \PHPExcel_Chart_Layout::getShowLeaderLines()
* Get show leader lines * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Layout.php, line 429
Class
- PHPExcel_Chart_Layout
- PHPExcel_Chart_Layout
Code
public function getShowLeaderLines() {
return $this->_showLeaderLines;
}