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