Interface for a class MarkerSettings
boolean
The trackball is enabled by default when the mouse moves but disabling it can be achieved by setting the marker’s allowHighlight
property to ‘false’.
Options for customizing the border of a marker, including setting the border’s width and color.
The dataLabel
property can be used to show the data label and customize its position and styling.
string
The fill color of the marker, which accepts values in hex and rgba as valid CSS color strings. By default, it takes the series color.
number
Specifies the height of the marker in pixels.
string
The URL for the image to be displayed as a marker. It requires the marker’s shape
value to be Image
.
Note that the marker’s
shape
value must beImage
for this feature to work.
boolean
If set to true, the marker will be filled with the series color.
This property allows for the adjustment of the marker’s position relative to its data point by specifying horizontal and vertical offsets.
number
Sets the opacity level for the marker, which controls its transparency.
Configures the shape of the marker used in the series. Available options are:
boolean
If set to true, this enables the marker for the series.
number
Specifies the width of the marker in pixels.