ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / ForceDirectedDiagramLayoutParameters.Freedom Enumeration

In This Topic
    ForceDirectedDiagramLayoutParameters.Freedom Enumeration
    In This Topic
    Factor that limits the area used to move the diagram junctions during each algorithm iteration.
    Syntax
    public enum ForceDirectedDiagramLayoutParameters.Freedom : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ForceDirectedDiagramLayoutParameters.Freedom 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    High High degree of freedom. The area used to move the diagram junctions will be very large.
    Low Low degree of freedom. The area used to move the diagram junctions will be very limited.
    Medium Medium degree of freedom. The area used to move the diagram junctions will be moderate.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.NetworkDiagrams.ForceDirectedDiagramLayoutParameters.Freedom

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also