You are here

public function ChartGauge::setMax 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::setMax()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartGauge.php \Drupal\charts_c3\Settings\CThree\ChartGauge::setMax()

Parameters

mixed $max:

File

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

Class

ChartGauge
Gauge settings.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setMax($max) {
  $this->max = $max;
}