You are here

public function HorizontalAxis::getMinValue in Charts 8

Return value

int

File

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

Class

HorizontalAxis

Namespace

Drupal\charts_google\Settings\Google

Code

public function getMinValue() {
  return $this->minValue;
}