Represents information about the placement of a node as determined by the RadialLayout algorithm.
Inheritance Hierarchy
RadialLayoutNodePlacementResult
Remarks
This object provides detailed information about the position of a node after the layout has been calculated. The information can be accessed through the nodePlacementsResult property.
It contains various properties that describe the node's position in the radial layout, such as its circle index, radius, and sector information.
This class cannot be instantiated
Type Details
- yFiles module
- algorithms
This object only provides data that is calculated during the layout process and does not influence the layout itself.
Properties
Gets the offset from the center of the circle to the center of the node.
Property Value
The offset from the center of the circle to the center of the node.
Gets the index of the circle on which the node is placed.
Remarks
Circles in the RadialLayout are indexed starting from the innermost circle (index
0
) to the outermost circle. The innermost circle represents the center of the layout with a radius of 0
.Property Value
The index of the circle on which the node is placed.
Gets the size in degrees of the sector in which the node is placed.
Property Value
The size in degrees of the sector in which the node is placed.
See Also
Gets the start angle in degrees of the sector in which the node is placed.
Remarks
The angle is measured in a clockwise direction, starting from the 3 o'clock position.
Property Value
The start angle in degrees of the sector in which the node is placed.