Class
SankeyDataNode

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

SankeyNodesAlign?

Color

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

Declaration

cs-api-definition
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

cs-api-definition
public object Id { get; set; }

Property Value

object

Label

Declaration

cs-api-definition
public SankeyDataNodeLabel Label { get; set; }

Property Value

SankeyDataNodeLabel

Offset

Declaration

cs-api-definition
public SankeyDataNodeOffset Offset { get; set; }

Property Value

SankeyDataNodeOffset

Opacity

The opacity of the node.

Declaration

cs-api-definition
public double? Opacity { get; set; }

Property Value

double?

Padding

The minimum vertical space between two nodes.

Declaration

cs-api-definition
public double? Padding { get; set; }

Property Value

double?

Width

The width of the node.

Declaration

cs-api-definition
public double? Width { get; set; }

Property Value

double?