Class ChartLegendAlign
Specifies the legend align.
Inheritance
System.Object
ChartLegendAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartLegendAlign : Enum
Fields
Center
The legend is aligned to the center.
Declaration
public const ChartLegendAlign Center
Field Value
ChartLegendAlign
|
End
The legend is aligned to the end.
Declaration
public const ChartLegendAlign End
Field Value
ChartLegendAlign
|
Start
The legend is aligned to the start.
Declaration
public const ChartLegendAlign Start
Field Value
ChartLegendAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|