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

Represents the props of the Kendo UI for Vue ChartLegendItem component.

Definition

Package:@progress/kendo-vue-charts

Properties

area?

LegendItemArea

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

cursor?

string

Specifies the cursor style of the legend item.

highlight?

LegendItemHighlight

Specifies the highlight configuration of the legend item.

line?

LegendItemLine

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

markers?

LegendItemMarkers

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

type?

LegendItemType

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

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

Parameters:eLegendItemVisualArgs​<Chart>Returns:

Element