Class SankeyDataNode
Inheritance
System.Object
SankeyDataNode
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SankeyDataNode : Object
Constructors
SankeyDataNode()
Declaration
public SankeyDataNode()
Properties
Align
Specifies the nodes alignment.
Declaration
public Nullable<SankeyNodesAlign> Align { get; set; }
Property Value
System.Nullable<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
System.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
System.Object
|
Label
Offset
Opacity
The opacity of the node.
Declaration
public Nullable<double> Opacity { get; set; }
Property Value
System.Nullable<System.Double>
|
Padding
The minimum vertical space between two nodes.
Declaration
public Nullable<double> Padding { get; set; }
Property Value
System.Nullable<System.Double>
|
Width
The width of the node.
Declaration
public Nullable<double> Width { get; set; }
Property Value
System.Nullable<System.Double>
|