Back to Devexpress

SankeyNode Properties

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeynode-dot-underscore-properties.md

latest1.9 KB
Original Source

SankeyNode Properties

A node of the Sankey diagram.

NameDescription
InputLinksReturns links for which the current node is the target.
LevelReturns the Sankey node level.
OutputLinksReturns links for which the current node is the source.
SourceWeightReturns the summarized weight of all links for which the current node is the source.
TagContains an object from the Sankey diagram data source that is used to create the node.
TargetWeightReturns the summarized weight of all links for which the current node is the target.
TotalWeightReturns the maximum value between the source and target weights of the node.

See Also

SankeyNode Class

SankeyNode Members

DevExpress.Xpf.Charts.Sankey Namespace