You are here

public function Yaxis::setGridLineInterpolation in Charts 8.3

Parameters

mixed $gridLineInterpolation:

File

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

Class

Yaxis
Y Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setGridLineInterpolation($gridLineInterpolation) {
  $this->gridLineInterpolation = $gridLineInterpolation;
}