You are here

public function ChartAxes::setTitleTextStyle in Charts 8.3

Set an array that specifies the axis title text style.

Parameters

mixed $value: Title Text Style.

File

modules/charts_google/src/Settings/Google/ChartAxes.php, line 159

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setTitleTextStyle($value) {
  $this->titleTextStyle = $value;
}