You are here

public function ChartAxes::setMinValue in Charts 8.3

Set the min value of the axis.

Parameters

mixed $value: Min Value.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setMinValue($value) {
  $this->minValue = $value;
}