You are here

public function HighchartsOptions::getLegend in Charts 8.3

Get Legend.

Return value

mixed Legend.

File

modules/charts_highcharts/src/Settings/Highcharts/HighchartsOptions.php, line 162

Class

HighchartsOptions
Highcharts.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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