Skip to main content
All docs
V23.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.v23.2.dll

NuGet Package: DevExpress.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