Skip to main content
All docs
V25.2
  • ISankeyNodeLayoutItem.TotalWeight Property

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

    Namespace: DevExpress.Charts.Sankey

    Assembly: DevExpress.Charts.v25.2.Core.dll

    NuGet Package: DevExpress.Charts.Core

    Declaration

    double TotalWeight { get; }

    Property Value

    Type Description
    Double

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

    See Also