You are here

public function PHPExcel_Chart::setLegend 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::setLegend()

* Set Legend * *

Parameters

PHPExcel_Chart_Legend $legend: * @return PHPExcel_Chart

File

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

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function setLegend(PHPExcel_Chart_Legend $legend) {
  $this->_legend = $legend;
  return $this;
}