You are here

public function ChartGauge::setMin in Charts 8.3

Same name in this branch
  1. 8.3 modules/charts_billboard/src/Settings/Billboard/ChartGauge.php \Drupal\charts_billboard\Settings\Billboard\ChartGauge::setMin()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartGauge.php \Drupal\charts_c3\Settings\CThree\ChartGauge::setMin()

Parameters

mixed $min:

File

modules/charts_c3/src/Settings/CThree/ChartGauge.php, line 40

Class

ChartGauge
Gauge settings.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setMin($min) {
  $this->min = $min;
}