Back to Devexpress

DashboardTreemapLayoutAlgorithm Enum

dashboard-devexpress-dot-dashboardcommon-71321e58.md

latest2.1 KB
Original Source

DashboardTreemapLayoutAlgorithm Enum

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

Declaration

csharp
public enum DashboardTreemapLayoutAlgorithm
vb
Public Enum DashboardTreemapLayoutAlgorithm

Members

NameDescription
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:

Remarks

Values listed in this enumeration are used to set the TreemapDashboardItem.LayoutAlgorithm property.

See Also

DashboardTreemapLayoutDirection

DevExpress.DashboardCommon Namespace