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