dashboard-devexpress-dot-dashboardcommon-71321e58.md
Lists values that specify a layout algorithm used to arrange tiles of TreemapDashboardItem.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum DashboardTreemapLayoutAlgorithm
Public Enum DashboardTreemapLayoutAlgorithm
| Name | Description |
|---|---|
SliceAndDice |
Identifies the Slice and Dice layout algorithm. This layout algorithm divides the space between items, slicing it in the specified direction depending on the item value.
|
| Squarified |
Identifies the Squarified layout algorithm. This algorithm lays out tiles so that width/height ratio will be closer to 1.
|
| Striped |
Identifies the Striped layout algorithm. This algorithm is a modified version of the Squarified algorithm. The main difference is that tiles lay out in vertical/horizontal strips of varying thicknesses.
|
The following properties accept/return DashboardTreemapLayoutAlgorithm values:
Values listed in this enumeration are used to set the TreemapDashboardItem.LayoutAlgorithm property.
See Also