Specifies the Sankey node label position.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum SankeyNodesLabelPosition
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 inside of the icon.
C#
Inside = 0