New to Kendo UI for Angular? Start a free 30-day trial
LegendItemType
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";