Skip to main content
A newer version of this page is available. .
All docs
V20.2

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