public function PHPExcel_Chart::setTitle in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setTitle()
* Set Title * *
Parameters
PHPExcel_Chart_Title $title: * @return PHPExcel_Chart
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 242
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function setTitle(PHPExcel_Chart_Title $title) {
$this->_title = $title;
return $this;
}