You are here

public function GoogleOptions::getHorizontalAxes in Charts 8.3

Gets the horizontal axes.

Return value

array Horizontal Axes.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function getHorizontalAxes() {
  return $this->hAxes;
}