Skip to main content
All docs
V23.2

ISankeyNodeLayoutItem.TotalWeight Property

Returns the maximum value between the source and target weights of the node.

Namespace: DevExpress.Charts.Sankey

Assembly: DevExpress.Charts.v23.2.Core.dll

NuGet Package: DevExpress.Charts.Core

Declaration

double TotalWeight { get; }

Property Value

Type Description
Double

The maximum value between the source and target weights of the node.

See Also