SankeyNode Properties
A node of the Sankey diagram.| Name | Description |
|---|---|
| InputLinks | Returns links for which the current node is the target. |
| Level | Returns the Sankey node level. |
| OutputLinks | Returns links for which the current node is the source. |
| SourceWeight | 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. |
| TargetWeight | Returns the summarized weight of all links for which the current node is the target. |
| TotalWeight | Returns the maximum value between the source and target weights of the node. |
See Also