You are here

public function PlotOptions::setBar in Charts 8

Parameters

mixed $bar:

File

modules/charts_highcharts/src/Settings/Highcharts/PlotOptions.php, line 18

Class

PlotOptions

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setBar($bar) {
  $this->bar = $bar;
}