You are here

public function GoogleOptions::setHorizontalAxes in Charts 8.3

Sets the horizontal axes.

Parameters

array $hAxes: Horizontal axes.

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setHorizontalAxes(array $hAxes = []) {
  $this->hAxes = $hAxes;
}