MarkerSettingsModel
23 Sep 20251 minute to read
Interface for a class MarkerSettings
Properties
border BorderModel
Options for customizing the border of a marker.
fill 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.
isFilled boolean
By default, the marker gets filled with the fill color. If set to false, the marker background will be transparent.
shape ChartShape
The different shape of a marker:
- Circle
- Triangle
- Diamond
- Plus
- None
size number
The size of the marker in pixels.
visible boolean
If set to true the marker for series is rendered. This is applicable only for line and area type series.