ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / LinearDispatchDiagramLayoutParameters Class / MinimumShift Property

In This Topic
    MinimumShift Property
    In This Topic
    The minimum distance that will separate each junction with two connected edges from its two edge extremities after the layout execution.
    Syntax
    public double MinimumShift {get; set;}
    Public Property MinimumShift As Double
    Remarks
    The default is 2 units (in the units of the diagram's coordinate system if AbsoluteUnit is True). When this parameter value is too large, the junctions with two connections are moved so the distances between each moved junction and its edge extremities are equal along the path defined by its two connected edges.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also