SankeyNode Properties
Contains information about a Sankey diagram node.Name | Description |
---|---|
InputLinks | Returns a collection of Sankey node input links. |
Level | Returns a value that specifies the node’s level. |
OutputLinks | Returns a collection of Sankey node output links. |
SourceWeight | Returns the summarized weight of all links for which the node is the source node. |
Tag | Returns a data object that is used to create the node. |
TargetWeight | Returns the summarized weight of all links for which the node is the target node. |
TotalWeight | Returns the maximum value between the node’s source and target link weights. |
See Also