SankeyNodesAlign
Enum
Specifies the nodes align.
Definition
Fields
The node is aligned to the left.
C#
Left = 1
The node is aligned to the right.
C#
Right = 2
The node is aligned to left or right in order to fill the entire width of the Sankey.
C#
Stretch = 0