You are here

public function ChartLegend::setBackgroundColor in Charts 8.3

Same name and namespace in other branches
  1. 8 modules/charts_highcharts/src/Settings/Highcharts/ChartLegend.php \Drupal\charts_highcharts\Settings\Highcharts\ChartLegend::setBackgroundColor()

Set Background Color.

Parameters

string $backgroundColor: Background Color.

File

modules/charts_highcharts/src/Settings/Highcharts/ChartLegend.php, line 190

Class

ChartLegend
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setBackgroundColor($backgroundColor) {
  $this->backgroundColor = $backgroundColor;
}