Class ChartLegendItemType
Specifies the legend item type.
Inheritance
System.Object
ChartLegendItemType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartLegendItemType : Enum
Fields
Area
The legend items are rendered as a filled rectangle.
Declaration
public const ChartLegendItemType Area
Field Value
ChartLegendItemType
|
Line
The legend items are rendered as a line.
Declaration
public const ChartLegendItemType Line
Field Value
ChartLegendItemType
|
value__
Declaration
public int value__
Field Value
System.Int32
|