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

    Returns the maximum value between the source and target weights of the node.

    Namespace: DevExpress.Xpf.Charts.Sankey

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public double TotalWeight { get; }

    Property Value

    Type Description
    Double

    The maximum value between the source and target weights of the node.

    See Also