Class SankeyNodesAlign
Specifies the nodes align.
Inheritance
System.Object
SankeyNodesAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SankeyNodesAlign : Enum
Fields
Left
The node is aligned to the left.
Declaration
public const SankeyNodesAlign Left
Field Value
SankeyNodesAlign
|
Right
The node is aligned to the right.
Declaration
public const SankeyNodesAlign Right
Field Value
SankeyNodesAlign
|
Stretch
The node is aligned to left or right in order to fill the entire width of the Sankey.
Declaration
public const SankeyNodesAlign Stretch
Field Value
SankeyNodesAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|