You are here

public function PlotOptionsSeries::getMarker in Charts 8.3

Return value

mixed

File

modules/charts_highcharts/src/Settings/Highcharts/PlotOptionsSeries.php, line 53

Class

PlotOptionsSeries
Plot Options Series.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

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