You are here

public function PlotBands::getColor in Charts 8.3

Return value

string

File

modules/charts_highcharts/src/Settings/Highcharts/PlotBands.php, line 47

Class

PlotBands
PlotBands for gauge charts.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getColor() {
  return $this->color;
}