Class SankeyNode
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SankeyNode
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyNode : EJTagHelper
Constructors
SankeyNode()
Declaration
public SankeyNode()
Properties
Color
Specifies the color applied to the node. The node color is applied based on the current theme if this property is not specified.
Declaration
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Id
A unique string identifier for the node.
Ensure the id is unique across all nodes in the Sankey chart.
Declaration
public override string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Label
Options for customizing the data label of the Sankey node.
Declaration
public SankeyChartDataLabel Label { get; set; }
Property Value
| Type | Description |
|---|---|
| SankeyChartDataLabel | The default value is null |
Offset
Specifies a custom offset position for the node. This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.
Declaration
public double Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0 |