HighchartsSeriesMarkerOptions constructor
HighchartsSeriesMarkerOptions({})
Options for the point markers of line and scatter-like series. Properties like fillColor
, lineColor
and lineWidth
define the visual appearance of the markers. The symbol
option defines the shape. Other series types, like column series, don't have markers, but have visual options on the series level instead.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.marker
Implementation
HighchartsSeriesMarkerOptions(
{this.enabled,
this.enabledThreshold,
this.fillColor,
this.height,
this.lineColor,
this.lineWidth,
this.radius,
this.states,
this.symbol,
this.width});