You are here

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

Return value

mixed

File

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

Class

ChartGauge
Gauge settings.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getMax() {
  return $this->max;
}