public function ChartAxes::getTitle in Charts 8.3
Get Chart Axis property that specifies a title for the axis.
Return value
mixed Title.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 129
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getTitle() {
return $this->title;
}