public function PHPExcel_Chart_Legend::getOverlay in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Legend.php \PHPExcel_Chart_Legend::getOverlay()
* Get allow overlay of other elements? * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Legend.php, line 143
Class
- PHPExcel_Chart_Legend
- PHPExcel_Chart_Legend
Code
public function getOverlay() {
return $this->_overlay;
}