Enum LayoutMode
Specifies the layout rendering mode of the treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LayoutMode
Fields
| Name | Description |
|---|---|
| SliceAndDiceAuto | This visualizes the treemap as the rectangles having size proportionate to weight value. |
| SliceAndDiceHorizontal | This visualizes the treemap as the horizontal rectangles having size proportionate to weight value. |
| SliceAndDiceVertical | This visualizes the treemap as the vertical rectangles having size proportionate to weight value. |
| Squarified | This visualizes the treemap as the nested rectangles having size proportionate to weight value. |