You are here

public function PlotOptions::getBar in Charts 8

Return value

mixed

File

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

Class

PlotOptions

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getBar() {
  return $this->bar;
}