You are here

public function PHPExcel_Chart::getLegend in Loft Data Grids 7.2

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

* Get Legend * *

Return value

PHPExcel_Chart_Legend

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php, line 253

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function getLegend() {
  return $this->_legend;
}