Skip to main content
All docs
V25.1
  • 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.v25.1.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