Skip to main content
All docs
V25.1
  • SankeyNode.SourceWeight Property

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

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public double SourceWeight { get; }

    Property Value

    Type Description
    Double

    A value that specifies the sum of all output link weights for the current node.

    See Also