Specifies the Sankey labels position.
Definition
Fields
The label is positioned after the node.
C#
After = 2
The label is positioned before the node.
C#
Before = 1
The label is positioned after the node, except for the nodes at the end of the Sankey, that are placed before the node.
C#
Inside = 0