Back to Devexpress

SankeyLink.TotalWeight Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeylink-851b9027.md

latest1.1 KB
Original Source

SankeyLink.TotalWeight Property

Returns the weight of the link.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double TotalWeight { get; }
vb
Public ReadOnly Property TotalWeight As Double

Property Value

TypeDescription
Double

The weight of the link.

|

Remarks

If a data source contains several records with equal sources and equal targets, these records are combined into a single link. Their weights are summarized.

See Also

SankeyLink Class

SankeyLink Members

DevExpress.Xpf.Charts.Sankey Namespace