ClassSankeyDataNode
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SankeyDataNode
Inheritance: objectSankeyDataNode
Constructors
SankeyDataNode()
Declaration
cs-api-definition
public SankeyDataNode()
Properties
Align
Specifies the nodes alignment.
Declaration
cs-api-definition
public SankeyNodesAlign? Align { get; set; }
Property Value
Color
The color of the node. Accepts a valid CSS color string, including hex and rgb.
Id
The ID of the node. The ID is used to connect the nodes with the links.
Label
Declaration
cs-api-definition
public SankeyDataNodeLabel Label { get; set; }
Property Value
Offset
Declaration
cs-api-definition
public SankeyDataNodeOffset Offset { get; set; }
Property Value
Opacity
The opacity of the node.
Padding
The minimum vertical space between two nodes.