You are here

public function HorizontalAxis::setMinValue in Charts 8

Parameters

int $minValue:

File

modules/charts_google/src/Settings/Google/HorizontalAxis.php, line 33

Class

HorizontalAxis

Namespace

Drupal\charts_google\Settings\Google

Code

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