You are here

public function BillboardChart::getGauge in Charts 8.3

Get the gauge.

Return value

mixed Gauge.

File

modules/charts_billboard/src/Settings/Billboard/BillboardChart.php, line 172

Class

BillboardChart
BillboardChart.

Namespace

Drupal\charts_billboard\Settings\Billboard

Code

public function getGauge() {
  return $this->gauge;
}