Skip to main content
All docs
V23.2

ISankeyNodeLayoutItem.TargetWeight Property

Returns the summarized weight of all links for which the current node is the target.

Namespace: DevExpress.Charts.Sankey

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

NuGet Package: DevExpress.Charts.Core

Declaration

double TargetWeight { get; }

Property Value

Type Description
Double

The summarized weight of all links for which the current node is the target.

See Also