SankeyNode Properties
A node of the Sankey diagram.
Name | Description |
---|---|
Input |
Returns links for which the current node is the target. |
Level | Returns the Sankey node level. |
Output |
Returns links for which the current node is the source. |
Source |
Returns the summarized weight of all links for which the current node is the source. |
Tag | Contains an object from the Sankey diagram data source that is used to create the node. |
Target |
Returns the summarized weight of all links for which the current node is the target. |
Total |
Returns the maximum value between the source and target weights of the node. |
See Also