You are here

public function ChartAxes::setTextStyleValue in Charts 8.3

Set an array property that specifies the axis 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 329

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

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