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

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

    Namespace: DevExpress.Charts.Sankey

    Assembly: DevExpress.Charts.v25.1.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