You are here

public function GoogleOptions::setLegend in Charts 8.3

Sets the Legend properties.

Parameters

mixed $legend: Legend.

File

modules/charts_google/src/Settings/Google/GoogleOptions.php, line 457

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

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