New to Telerik UI for BlazorStart a free 30-day trial

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; }

The opacity of the node.

C#
public double? Opacity { get; set; }

The minimum vertical space between two nodes.

C#
public double? Padding { get; set; }

The width of the node.

C#
public double? Width { get; set; }