You are here

public function HorizontalAxis::getTitle in Charts 8

Return value

mixed

File

modules/charts_google/src/Settings/Google/HorizontalAxis.php, line 12

Class

HorizontalAxis

Namespace

Drupal\charts_google\Settings\Google

Code

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