public function ChartAxes::getMaxValue in Charts 8.3
Get the max value of the axis.
Return value
mixed Max Value.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartAxes.php, line 339
Class
- ChartAxes
- Class ChartAxes.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getMaxValue() {
return $this->maxValue;
}