New to KendoReact? Start a free 30-day trial
LegendItemType
LegendItemTypePremium
The type of the Chart legend item.
"line"—the legend items are rendered as a line. This is the default value for line charts."area"—the legend items are rendered as a filled rectangle. This is the default value for area charts.
type LegendItemType = "line" | "area";