Allows to configure the marker of the series such as shape, width, height, border, position, fill color, opacity, data label etc in the chart
PivotChartBorderModel
Allows options for customizing the border of a marker.
PivotChartDataLabelSettingsModel
Allows to set the data label for the series.
string
Allows to set 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.
Defaults to null
number
Allows to set the height of the marker in pixels.
Defaults to 5
string
Allows to set the URL for the Image that is to be displayed as a marker. It requires marker shape
value to be an Image
.
Defaults to ”
PivotChartOffsetModel
Allows options for customizing the marker position.
number
Allows to set the opacity of the marker.
Defaults to 1
ChartShape
Allows to spcify the shape of a marker.They are
Defaults to ‘Circle’
boolean
Allows the visibility of the marker for chart series.
This is applicable only for line and area type series.
Defaults to false
number
Allows to set the width of the marker in pixels.
Defaults to 5