Provides access to members that control the Radial Tree layout.
Members
Name | Description | |
---|---|---|
AbsoluteUnit | Indicates whether the values set for the Initial radius is interpreted as absolute units. | |
DisjoinedGraphSpacing | Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs. | |
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. | |
IsActive | Indicates whether the network diagram layout is active. | |
Name | The name of the network diagram layout. | |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. | |
PropertySet | The network diagram layout parameters returned as a property set | |
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 |
---|