public function ChartAxes::getViewWindowMode in Charts 8.3
Get View Window Mode.
Get the value that specifies how to scale the axis to render the values within the chart area.
Return value
mixed View Window Mode.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 382
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getViewWindowMode() {
return $this->viewWindowMode;
}