public function Yaxis::setTitle in Charts 8
Same name and namespace in other branches
- 8.3 modules/charts_highcharts/src/Settings/Highcharts/Yaxis.php \Drupal\charts_highcharts\Settings\Highcharts\Yaxis::setTitle()
Parameters
mixed $title:
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ Yaxis.php, line 19
Class
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function setTitle($title) {
$this->title = $title;
}