You are here

public function PlotOptionsStacking::setMarker in Charts 8.3

Parameters

mixed $marker:

File

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

Class

PlotOptionsStacking
Plot Options Series.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setMarker($marker) {
  $this->marker = $marker;
}