Implements a tree map layout algorithm.
The following tables list the members exposed by the TreeMapLayout type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the TreeMapLayout class with the default settings. |
Name | Description | |
---|---|---|
![]() |
Applies the layout to the specified diagram. |
|
![]() |
Gets how to align links to the anchor points of nodes. (Inherited from AbstractLayout.) |
|
![]() |
Gets the padding inside containers. |
|
![]() |
Gets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from AbstractLayout.) |
|
![]() |
Gets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds. |
|
![]() |
Gets an object, which is notified when the position of a link is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Gets an object, which is notified when the position of a node is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from AbstractLayout.) |
|
![]() |
Gets the orientation of the arranged diagram. |
|
![]() |
Gets the distance between adjacent nodes. |
|
![]() |
Gets the progress callback delegate. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1. |
|
![]() |
Returns a TreeMapLayoutBuilder object used to configure this TreeMapLayout instance. |
|
![]() ![]() |
(Inherited from AbstractLayout.) |
|
![]() |
Sets how to align links to the anchor points of nodes. (Inherited from AbstractLayout.) |
|
![]() |
Sets the padding inside containers. |
|
![]() |
Sets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from AbstractLayout.) |
|
![]() |
Sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds. |
|
![]() |
Sets an object, which is notified when the position of a link is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Sets an object, which is notified when the position of a node is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from AbstractLayout.) |
|
![]() |
Sets the orientation of the arranged diagram. |
|
![]() |
Sets the distance between adjacent nodes. |
|
![]() |
Sets the progress callback delegate. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1. |
|
![]() ![]() |
Returns a TreeMapLayoutBuilder object used to configure and create new TreeMapLayout instances. |
Name | Description | |
---|---|---|
![]() |
Gets the default value of the Margins property. |