public function HorizontalAxis::setTitle in Charts 8
Parameters
mixed $title:
File
- modules/
charts_google/ src/ Settings/ Google/ HorizontalAxis.php, line 19
Class
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setTitle($title) {
$this->title = $title;
}