You are here

public function Chart::getBackgroundColor in Charts 8.3

Get BackgroundColor.

Return value

string BackgroundColor.

File

modules/charts_highcharts/src/Settings/Highcharts/Chart.php, line 98

Class

Chart
Chart.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getBackgroundColor() {
  return $this->backgroundColor;
}