You are here

public function PHPExcel_Chart_Layout::getShowCatName in Loft Data Grids 7.2

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

* Get show category name * *

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php, line 345

Class

PHPExcel_Chart_Layout
PHPExcel_Chart_Layout

Code

public function getShowCatName() {
  return $this->_showCatName;
}