public function GoogleOptions::setMax in Charts 8.3
Parameters
mixed $max:
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 611
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setMax($max) {
$this->max = $max;
}