You are here

public function HorizontalAxis::setTitle in Charts 8

Parameters

mixed $title:

File

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

Class

HorizontalAxis

Namespace

Drupal\charts_google\Settings\Google

Code

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