You are here

public function BillboardChart::getLegend in Charts 8.3

Get the legend.

Return value

mixed Legend.

File

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

Class

BillboardChart
BillboardChart.

Namespace

Drupal\charts_billboard\Settings\Billboard

Code

public function getLegend() {
  return $this->legend;
}