You are here

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

* Set Y-Axis Label * *

Parameters

PHPExcel_Chart_Title $label: * @return PHPExcel_Chart

File

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

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function setYAxisLabel(PHPExcel_Chart_Title $label) {
  $this->_yAxisLabel = $label;
  return $this;
}