Class ChartLegendTitleAlign
Specifies the legend title align.
Inheritance
System.Object
ChartLegendTitleAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartLegendTitleAlign : Enum
Fields
Center
The text is aligned to the center.
Declaration
public const ChartLegendTitleAlign Center
Field Value
ChartLegendTitleAlign
|
Left
The text is aligned to the left.
Declaration
public const ChartLegendTitleAlign Left
Field Value
ChartLegendTitleAlign
|
Right
The text is aligned to the right.
Declaration
public const ChartLegendTitleAlign Right
Field Value
ChartLegendTitleAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|