You are here

public function GoogleOptions::getHAxis in Charts 8

Return value

mixed

File

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

Class

GoogleOptions

Namespace

Drupal\charts_google\Settings\Google

Code

public function getHAxis() {
  return $this->hAxis;
}