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