SeriesMarkers
Represents the configuration options of the series markers.
Definition
Package:@progress/kendo-angular-charts
Properties
background?
string
Specifies the background color of the series markers.
borderRadius?
number
Specifies the border radius in pixels when type is set to "roundedRect". Defaults to 1/5 of the marker size.
Specifies the Chart series marker configuration for the from point. Supported for the RangeArea and VerticalRangeArea series.
rotation?
number
Specifies the rotation angle of the markers.
size?
number
Specifies the marker size in pixels.
Specifies the Chart series marker configuration for the to point. Supported for the RangeArea and VerticalRangeArea series.
Specifies the shape of the series markers.
visible?
boolean
If set to true, the Chart displays the series markers.
By default, the Chart series markers are displayed.
Specifies a function for creating a custom visual for the markers.