You are here

public function GoogleOptions::setHAxis in Charts 8

Parameters

mixed $hAxis:

File

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

Class

GoogleOptions

Namespace

Drupal\charts_google\Settings\Google

Code

public function setHAxis($hAxis) {
  $this->hAxis = $hAxis;
}