You are here

public function Yaxis::setPlotBands in Charts 8.3

Parameters

array $plotBands:

File

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

Class

Yaxis
Y Axis.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setPlotBands($plotBands) {
  $this->plotBands = $plotBands;
}