IRadialTreeLayout Interface

Provides access to members that control the Radial Tree layout.

Members

Name Description
Read/write property AbsoluteUnit Indicates whether the values set for the Initial radius is interpreted as absolute units.
Read/write property DisjoinedGraphSpacing Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs.
Read/write property InitialRadius Indicates the radius of the first concentric circle whose center is the radial tree root junction—that is, the radius of the circle around which the diagram junctions belonging to the first hierarchical level are placed.
Read/write property IsActive Indicates whether the network diagram layout is active.
Read-only property Name The name of the network diagram layout.
Read/write property PreserveContainers Indicates whether the network diagram layout must preserve the containers.
Read-only property PropertySet The network diagram layout parameters returned as a property set
Read/write property RadiusFactor Indicates the multiplicative factor used to increase or decrease the radius of each concentric circle. It is also the distance that separates each concentric circle related to a hierarchical level.

IRadialTreeLayout.AbsoluteUnit Property

Indicates whether the values set for the Initial radius is interpreted as absolute units.

Public Property AbsoluteUnit As Boolean
public bool AbsoluteUnit {get; set;}

IRadialTreeLayout.DisjoinedGraphSpacing Property

Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs.

Public Property DisjoinedGraphSpacing As Double
public double DisjoinedGraphSpacing {get; set;}

IRadialTreeLayout.InitialRadius Property

Indicates the radius of the first concentric circle whose center is the radial tree root junction—that is, the radius of the circle around which the diagram junctions belonging to the first hierarchical level are placed.

Public Property InitialRadius As Double
public double InitialRadius {get; set;}

IRadialTreeLayout.RadiusFactor Property

Indicates the multiplicative factor used to increase or decrease the radius of each concentric circle. It is also the distance that separates each concentric circle related to a hierarchical level.

Public Property RadiusFactor As Double
public double RadiusFactor {get; set;}

Inherited Interfaces

Interfaces Description
INetworkDiagramLayout Provides access to members that control the network diagram layout.

Classes that implement IRadialTreeLayout

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.