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

SankeyLink.TotalWeight Property

Returns the weight of the link.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public double TotalWeight { get; }

Property Value

Type Description
Double

The weight of the link.

Remarks

If a data source contains multiple objects with equal source and target values, they are combined into a single link. Weights associated with these objects are summarized.

See Also