New to Kendo UI for AngularStart a free 30-day trial

SeriesMarkers

Represents the configuration options of the series markers.

NameTypeDefaultDescription

background?

string

Specifies the background color of the series markers.

border?

Border

Specifies the border of the markers.

borderRadius?

number

Specifies the border radius in pixels when type is set to "roundedRect". Defaults to 1/5 of the marker size.

from?

SeriesMarkers

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.

to?

SeriesMarkers

Specifies the Chart series marker configuration for the to point. Supported for the RangeArea and VerticalRangeArea series.

type?

MarkerType

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.

visual?

(e: MarkersVisualArgs) => Element

Specifies a function for creating a custom visual for the markers.

Not finding the help you need?
Contact Support