| Interface | Description | |
|---|---|---|
| IDropInTreeMapNodeRenderer | The interface for "drop-in" item renderers. | |
| ITreeMapBranchRenderer | ||
| ITreeMapLayoutStrategy | Designed to allow easy switching between treemap layout algorithms. | |
| ITreeMapNodeRenderer |
Defines an interface for nodes that appear inside a TreeMap component. |
| Class | Description | |
|---|---|---|
| SliceAndDice |
Lays out TreeMap nodes using the Slice-and-dice subdivision alogrithm. |
|
| Squarify |
Lays out TreeMap nodes using the Squarified subdivision alogrithm. |
|
| TreeMapHeader | The TreeMapHeader class defines the appearance of the header buttons of an TreeMap. | |
| TreeMapNodeData |
The TreeMapNodeData class defines the data type of the treeMapData
property implemented by drop-in item renderers for the TreeMap control. |
|
| TreeMapNodeRenderer |
The standard renderer used for TreeMap nodes. |