public function ChartAxes::getTitleTextStyle in Charts 8.3
Get an array that specifies the axis title text style.
Return value
mixed Title Text Style.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 149
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getTitleTextStyle() {
return $this->titleTextStyle;
}