You are here

public function Yaxis::setTitle in Charts 8

Same name and namespace in other branches
  1. 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

Yaxis

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setTitle($title) {
  $this->title = $title;
}