You are here

public function ChartAxes::getViewWindow in Charts 8.3

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

Return value

mixed View Window.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getViewWindow() {
  return $this->viewWindow;
}