You are here

public function Xaxis::getTitle in Charts 8.3

Same name and namespace in other branches
  1. 8 modules/charts_highcharts/src/Settings/Highcharts/Xaxis.php \Drupal\charts_highcharts\Settings\Highcharts\Xaxis::getTitle()

Get Title.

Return value

mixed Title.

File

modules/charts_highcharts/src/Settings/Highcharts/Xaxis.php, line 53

Class

Xaxis
X Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getTitle() {
  return $this->title;
}