You are here

public function ChartAxes::setTitleTextStyleValue in Charts 8.3

Set an array property that specifies the axis title text style.

Parameters

string $key: Machine name of the text style property.

mixed $value: Value of the text style property.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setTitleTextStyleValue($key, $value) {
  $this->titleTextStyle[$key] = $value;
}