You are here

public function ChartAxes::setMaxValue in Charts 8.3

Set the max value of the axis.

Parameters

mixed $value: Max Value.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setMaxValue($value) {
  $this->maxValue = $value;
}