Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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