Skip to main content
All docs
V24.2

ISankeyNodeLayoutItem.TotalWeight Property

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

Namespace: DevExpress.Charts.Sankey

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

Declaration

double TotalWeight { get; }

Property Value

Type Description
Double

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

See Also