You are here

public function ChartAxes::setViewWindowValue in Charts 8.3

Set View Window Value.

Set an array property that specifies the cropping range of the horizontal axis.

Parameters

string $key: Property key.

mixed $value: Property value.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

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