public function GoogleOptions::getLegend in Charts 8.3
Gets the Legend properties.
Return value
mixed Legend.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 447
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getLegend() {
return $this->legend;
}