The example demonstrates the supported data visualizations of RadTreeMap that can be specified through the AlgorithmType property. You can choose one of the available options to change the control’s rendering to:
- Horizontal - the TreeMapItems will be displayed side by side, having the same height as their parent Item.
- Squarified - the area bellow the parent TreeMapItem is subdivided into square rectangles, which size represents their ratio.
- Vertical - the TreeMapItems are displayed one below the other, having the same width as their parent Item.
You may also find useful the following article: Algorithm Types.