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

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

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    Declaration

    public double SourceWeight { get; }

    Property Value

    Type Description
    Double

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

    See Also