Class SankeyNodesLabelAlign
Specifies the Sankey node label alignment.
Inheritance
System.Object
SankeyNodesLabelAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SankeyNodesLabelAlign : Enum
Fields
Center
The text is aligned to the middle
Declaration
public const SankeyNodesLabelAlign Center
Field Value
SankeyNodesLabelAlign
|
Left
The text is aligned to the left.
Declaration
public const SankeyNodesLabelAlign Left
Field Value
SankeyNodesLabelAlign
|
Right
The text is aligned to the right.
Declaration
public const SankeyNodesLabelAlign Right
Field Value
SankeyNodesLabelAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|