public function PHPExcel_Chart_Layout::setShowSerName in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php \PHPExcel_Chart_Layout::setShowSerName()
* Set show ser name * Specifies that the series name should be shown in data labels. * *
Parameters
boolean $value Show series name:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Layout.php, line 377
Class
- PHPExcel_Chart_Layout
- PHPExcel_Chart_Layout
Code
public function setShowSerName($value) {
$this->_showSerName = $value;
return $this;
}