ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / ForceDirectedDiagramLayoutParameters Class / RepelFactor Property

In This Topic
    RepelFactor Property
    In This Topic
    Factor used to quickly increase diagram junctions displacement for junctions that are close together.
    Syntax
    public double RepelFactor {get; set;}
    Public Property RepelFactor As Double
    Remarks
    Adds distance between diagram junctions that are close together. The larger the repel factor, the greater the distance that will be added between nearly overlapping diagram junctions. The default is 1.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also