public function HorizontalAxis::setMinValue in Charts 8
Parameters
int $minValue:
File
- modules/
charts_google/ src/ Settings/ Google/ HorizontalAxis.php, line 33
Class
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setMinValue($minValue) {
$this->minValue = $minValue;
}