Enum
ChartLegendItemType

Specifies the legend item type.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
[JsonConverter(typeof(ChartJsonStringEnumConverter))]
public enum ChartLegendItemType

Fields

Area

The legend items are rendered as a filled rectangle.

Declaration

cs-api-definition
[EnumMember(Value = "area")]
Area = 1

Field Value

ChartLegendItemType

Line

The legend items are rendered as a line.

Declaration

cs-api-definition
[EnumMember(Value = "line")]
Line = 0

Field Value

ChartLegendItemType

In this article
DefinitionFieldsAreaLine
Not finding the help you need?
Contact Support