ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / SpatialDispatchDiagramLayoutParameters Class
Members Version

SpatialDispatchDiagramLayoutParameters Class
Represents the Spatial Dispatch diagram layout parameters. This layout algorithm separates diagram junctions that are visibly close to overlapping.
Syntax
public sealed class SpatialDispatchDiagramLayoutParameters : DiagramLayoutParameters 
Remarks
This layout algorithm progressively separates diagram junctions that are visibly close to overlapping according to their current positions and to the shift factor specified.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.Data.NetworkDiagrams.DiagramLayoutParameters
      ArcGIS.Core.Data.NetworkDiagrams.SpatialDispatchDiagramLayoutParameters

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also