You are here

public function ChartAxes::setViewWindowMode in Charts 8.3

Set View Window Mode.

Set the value that specifies how to scale the axis to render the values within the chart area.

Parameters

mixed $value: View Window Mode.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setViewWindowMode($value) {
  $this->viewWindowMode = $value;
}