Class
SankeyDataNode

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class SankeyDataNode

Inheritance: objectSankeyDataNode

Constructors

SankeyDataNode()

Declaration

public SankeyDataNode()

Properties

Align

Specifies the nodes alignment.

Declaration

public SankeyNodesAlign? Align { get; set; }

Property Value

SankeyNodesAlign?

Color

The color of the node. Accepts a valid CSS color string, including hex and rgb.

Declaration

public string Color { get; set; }

Property Value

string

Id

The ID of the node. The ID is used to connect the nodes with the links.

Declaration

public object Id { get; set; }

Property Value

object

Label

Declaration

public SankeyDataNodeLabel Label { get; set; }

Property Value

SankeyDataNodeLabel

Offset

Declaration

public SankeyDataNodeOffset Offset { get; set; }

Property Value

SankeyDataNodeOffset

Opacity

The opacity of the node.

Declaration

public double? Opacity { get; set; }

Property Value

double?

Padding

The minimum vertical space between two nodes.

Declaration

public double? Padding { get; set; }

Property Value

double?

Width

The width of the node.

Declaration

public double? Width { get; set; }

Property Value

double?