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

LegendItem

The configuration options of the legend item.

NameTypeDefaultDescription

area?

LegendItemArea

Sets the configuration of the legend items of type area. By default, all series except line and scatter use this legend type.

cursor?

string

The cursor style of the legend item.

highlight?

LegendItemHighlight

The highlight configuration of the legend item.

line?

LegendItemLine

Sets the configuration of the legend items of type line. This is the default legend item type for all line and scatter series.

markers?

LegendItemMarkers

The markers configuration of the legend item. Defaults to the series options.

type?

LegendItemType

Sets the type of the legend item. The default value is based on the series type.

visual?

(e: LegendItemVisualArgs) => Element

A function for creating a custom visual for the legend items.

In this article

Not finding the help you need?