ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / RadialTreeDiagramLayoutParameters Class
Members

In This Topic
    RadialTreeDiagramLayoutParameters Class
    In This Topic
    Represents the Radial Tree diagram layout parameters. This layout algorithm arranges diagram features hierarchically and places them in a radial tree.
    Syntax
    public sealed class RadialTreeDiagramLayoutParameters : DiagramLayoutParameters 
    Public NotInheritable Class RadialTreeDiagramLayoutParameters 
       Inherits DiagramLayoutParameters
    Remarks
    This layout algorithm arranges the diagram features hierarchically and places them in a radial tree according to the specified radius parameters. It works from a root junction that it uses as the circle center to arrange the subtrees starting from this root in concentric circles, each circle corresponding to one hierarchical level.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also