public function ChartLegend::setBackgroundColor in Charts 8
Same name and namespace in other branches
- 8.3 modules/charts_highcharts/src/Settings/Highcharts/ChartLegend.php \Drupal\charts_highcharts\Settings\Highcharts\ChartLegend::setBackgroundColor()
Parameters
string $backgroundColor:
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ ChartLegend.php, line 124
Class
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function setBackgroundColor($backgroundColor) {
$this->backgroundColor = $backgroundColor;
}