You are here

public function ChartAxes::getMinValue in Charts 8.3

Get the min value of the axis.

Return value

mixed Min Value.

File

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

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

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