Skip to main content
All docs
V25.1
  • SankeyLinearLayoutAlgorithm.ActualResolveOverlapping Property

    Returns a value that indicates whether nodes are automatically repositioned to avoid link overlap.

    Namespace: DevExpress.Xpf.Charts.Sankey

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public bool ActualResolveOverlapping { get; }

    Property Value

    Type Description
    Boolean

    true if nodes are repositioned to avoid link overlap; otherwise, false.

    Remarks

    The ActualResolveOverlapping property returns the ResolveOverlapping property value. If ResolveOverlapping is not set, ActualResolveOverlapping returns the default value (true).

    See Also