You are here

public function ChartLegendItemStyle::setColor in Charts 8.3

Parameters

string $color:

File

modules/charts_highcharts/src/Settings/Highcharts/ChartLegendItemStyle.php, line 30

Class

ChartLegendItemStyle
Chart Legend.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setColor($color) {
  $this->color = $color;
}