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

LegendItemMarkers

The configuration of the Chart legend item markers.

NameTypeDefaultDescription

background?

string

The background color of the series markers.

border?

LegendItemMarkersBorder

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.

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.

In this article

Not finding the help you need?