New to Kendo UI for Angular? Start a free 30-day trial

SeriesMarkers

The configuration options of the series markers.

NameTypeDefaultDescription

background?

string

The background color of the series markers.

border?

Border

The border of the markers.

borderRadius?

number

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

from?

SeriesMarkers

The Chart series marker configuration for the from point. Supported for the RangeArea and VerticalRangeArea series.

rotation?

number

The rotation angle of the markers.

size?

number

The marker size in pixels.

to?

SeriesMarkers

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

type?

MarkerType

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

A function for creating a custom visual for the markers.