Search
TreeMapLayout Members
Constructors Properties Methods
 


Performs tree-map layout on a graph.

The following tables list the members exposed by the TreeMapLayout type.

 Public Constructors

  Name Description

TreeMapLayout

Initializes a new instance of the TreeMapLayout class.

 Public Properties

  Name Description

anchoring

Gets or sets how to align links to the anchor points of nodes. (Inherited from Layout.)

containerPadding

Gets or sets the padding inside containers.

keepGroupLayout

Gets or sets whether to treat each group of attached nodes as a single vertex in the arranged graph. (Inherited from Layout.)

layoutArea

Gets or sets the rectangle in which the layout will try to arrange nodes.

margins

Gets or sets the margins' size around individual subgraphs processed by this layout object. (Inherited from Layout.)

multipleGraphsPlacement

Gets or sets how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from Layout.)

orientation

Gets or sets the orientation of the arranged graph.

padding

Gets or sets the distance between adjacent nodes.

squarify

Gets or sets a value indicating whether the layout should attempt to keep the dimension ratio of nodes closer to 1.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph.

 See Also