Skip to main content
All docs
V24.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.v24.2.Core.dll

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