Class SankeyLink
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SankeyLink
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyLink : EJTagHelper
Constructors
SankeyLink()
Declaration
public SankeyLink()
Properties
SourceId
Specifies the unique identifier of the source node for this
link.
This should match the id of an existing Sankey node.
Declaration
public string SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
TargetId
Specifies the unique identifier of the target node for this link.
This should match the id of an existing Sankey node.
Declaration
public string TargetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Value
Defines the weight or value of the link. This determines the thickness of the link in the Sankey diagram.
Declaration
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is Double.NaN |