Interface for a class MarkerSettings
Options for customizing the border of a marker.
string
The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series color.
This property will work only if the isFilled
property is set to true.
boolean
By default, the marker gets filled with the fill color. If set to false, the marker background will be transparent.
The different shape of a marker:
number
The size of the marker in pixels.
boolean
If set to true the marker for series is rendered. This is applicable only for line and area type series.