public function GoogleOptions::setLegendProperty in Charts 8.3
Sets a Legend property.
Parameters
mixed $key: Property key.
mixed $value: Property value.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 482
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setLegendProperty($key, $value) {
$this->legend[$key] = $value;
}