Skip to main content
All docs
V24.1

ISankeyNodeLayoutItem.SourceWeight Property

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

Namespace: DevExpress.Charts.Sankey

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

NuGet Package: DevExpress.Charts.Core

Declaration

double SourceWeight { get; }

Property Value

Type Description
Double

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

See Also