Skip to main content

TreemapDashboardItem.LayoutAlgorithm Property

Gets or sets a layout algorithm used to arrange tiles of a TreemapDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(DashboardTreemapLayoutAlgorithm.Squarified)]
public DashboardTreemapLayoutAlgorithm LayoutAlgorithm { get; set; }

Property Value

Type Default Description
DashboardTreemapLayoutAlgorithm Squarified

A DashboardTreemapLayoutAlgorithm enumeration value that specifies a layout algorithm used to arrange tiles of a TreemapDashboardItem.

Remarks

To learn more, see Layout.

See Also