Skip to main content
All docs
V23.2

SankeyNode.TargetWeight Property

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

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public double TargetWeight { get; }

Property Value

Type Description
Double

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

See Also