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

SankeyNode.SourceWeight Property

Returns the summarized weight of all links for which the node is the source node.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public double SourceWeight { get; }

Property Value

Type Description
Double

A value that specifies the sum of all output link weights for the current node.

See Also