Enum RenderingMode
Defines the rendering directions to render the treemap items in the treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RenderingMode
Fields
| Name | Description |
|---|---|
| BottomLeftTopRight | Renders the treemap items from bottom left to top right direction. |
| BottomRightTopLeft | Renders the treemap items from bottom right to top left direction. |
| TopLeftBottomRight | Renders the treemap items from top left to bottom right direction. |
| TopRightBottomLeft | Renders the treemap items from top right to bottom left direction. |