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

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

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v26.1.dll

    Declaration

    public double TargetWeight { get; }

    Property Value

    Type Description
    Double

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

    See Also