You are here

public function Yaxis::setMax in Charts 8.3

Parameters

float $max:

File

modules/charts_highcharts/src/Settings/Highcharts/Yaxis.php, line 117

Class

Yaxis
Y Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setMax(float $max) {
  $this->max = $max;
}