ISankeyNodeLayoutItem Properties
Is used in the SankeyLayoutAlgorithmBase.CalculateNodeBounds method.Name | Description |
---|---|
Bounds | Specifies node bounds. |
InputLinks | Returns a collection of Sankey node input links. |
LevelIndex | Returns a value that specifies the node level. |
OutputLinks | Returns a collection of Sankey node output links. |
SourceWeight | Returns the summarized weight of all links for which the current node is the source. |
Tag | Returns a data source object 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