You are here

public function BillboardChart::setLegend in Charts 8.3

Set the legend.

Parameters

mixed $legend: Legend.

File

modules/charts_billboard/src/Settings/Billboard/BillboardChart.php, line 222

Class

BillboardChart
BillboardChart.

Namespace

Drupal\charts_billboard\Settings\Billboard

Code

public function setLegend($legend) {
  $this->legend = $legend;
}