AlluvialNode Class
Definition
Represents a node in the alluvial diagram.
public class AlluvialNode
Constructors
| Name | Description |
|---|---|
| AlluvialNode | No summary available. |
AlluvialNode Constructor
public AlluvialNode()
Properties
| Name | Description |
|---|---|
| Id | Gets or sets the unique identifier. |
| Label | Gets or sets the display label. |
| Step | Gets or sets the step/stage index. |
| Value | Gets or sets the magnitude represented by the node in the alluvial diagram. |
Id Property
Gets or sets the unique identifier.
public string Id { get; set; }
Label Property
Gets or sets the display label.
public string Label { get; set; }
Step Property
Gets or sets the step/stage index.
public int Step { get; set; }
Value Property
Gets or sets the magnitude represented by the node in the alluvial diagram.
public double Value { get; set; }