New to Telerik UI for BlazorStart a free 30-day trial

Specifies the legend item type.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
[JsonConverter(typeof(ChartJsonStringEnumConverter))]
public enum ChartLegendItemType

Fields

The legend items are rendered as a filled rectangle.

C#
[EnumMember(Value = "area")]
Area = 1

The legend items are rendered as a line.

C#
[EnumMember(Value = "line")]
Line = 0
In this article
DefinitionFieldsAreaLine
Not finding the help you need?
Contact Support