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