New to Kendo UI for Angular? Start a free 30-day trial
LegendItemType
Specifies the type of the Chart legend item.
The options are "line"
for rendering legend items as a line (default for line charts) and "area"
for rendering legend items as a filled rectangle (default for area charts).
type
LegendItemType = "line" | "area";