SankeyDataNode
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SankeyDataNode
Inheritance: objectSankeyDataNode
Constructors
C#
public SankeyDataNode()
Properties
Specifies the nodes alignment.
C#
public SankeyNodesAlign? Align { get; set; }
The color of the node. Accepts a valid CSS color string, including hex and rgb.
C#
public string Color { get; set; }
The ID of the node. The ID is used to connect the nodes with the links.
C#
public object Id { get; set; }
C#
public SankeyDataNodeLabel Label { get; set; }
C#
public SankeyDataNodeOffset Offset { get; set; }