You are here

public function PlotOptionsStacking::getMarker in Charts 8.3

Return value

mixed

File

modules/charts_highcharts/src/Settings/Highcharts/PlotOptionsStacking.php, line 59

Class

PlotOptionsStacking
Plot Options Series.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getMarker() {
  return $this->marker;
}