ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / RadialTreeDiagramLayoutParameters Class / RadiusFactor Property

In This Topic
    RadiusFactor Property
    In This Topic
    Multiplicative factor used to increase or decrease the radius of each concentric circle.
    Syntax
    public double RadiusFactor {get; set;}
    Public Property RadiusFactor As Double
    Remarks
    It also represents the distance that separates each concentric circle related to a hierarchical level. When using a radius factor less than 1, the distance that separates the diagram junctions belonging to the (n) hierarchical level and the (n+1) hierarchical level progressively decreases. With a factor greater than 1, the distance between the hierarchical levels increases progressively. The default is 1.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also