You are here

public function ChartAxes::setDirection in Charts 8.3

Set the direction in which the values along the axis grow.

Parameters

mixed $value: Direction.

File

modules/charts_google/src/Settings/Google/ChartAxes.php, line 244

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setDirection($value) {
  $this->direction = $value;
}