You are here

public function GoogleOptions::getVerticalAxes in Charts 8.3

Gets the vertical axes.

Return value

array Vertical axes.

File

modules/charts_google/src/Settings/Google/GoogleOptions.php, line 363

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getVerticalAxes() {
  return $this->vAxes;
}