DashboardTreemapLayoutAlgorithm Enum
Lists values that specify a layout algorithm used to arrange tiles of TreemapDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
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. |
Remarks
Values listed in this enumeration are used to set the TreemapDashboardItem.LayoutAlgorithm property.