Represents the MarkerSettings.
Options for customizing the border of a marker.
Defaults to {}
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.
Defaults to null
boolean
By default, the marker gets filled with the fill color. If set to false, the marker background will be transparent.
Defaults to true
The different shape of a marker:
Defaults to ‘Circle’
number
The size of the marker in pixels.
Defaults to 5
boolean
If set to true the marker for series is rendered. This is applicable only for line and area type series.
Defaults to false