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