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

SankeyNode.TotalWeight Property

Returns the maximum value between the node’s source and target link weights.

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 maximum value between the node’s source and target link weights.

See Also