public function PHPExcel_Chart::getXAxisLabel in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::getXAxisLabel()
* Get X-Axis Label * *
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart.php, line 274
Class
- PHPExcel_Chart
- PHPExcel_Chart
Code
public function getXAxisLabel() {
return $this->_xAxisLabel;
}