You are here

public function ChartAxes::setViewWindow in Charts 8.3

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

Parameters

mixed $value: View Window.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setViewWindow($value) {
  $this->viewWindow = $value;
}