Back to Devexpress

DashboardTreemapLayoutDirection Enum

dashboard-devexpress-dot-dashboardcommon-dcb9ed6d.md

latest1.9 KB
Original Source

DashboardTreemapLayoutDirection Enum

Lists values that specify a layout direction used to arrange tiles of TreemapDashboardItem depending on their sizes.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardTreemapLayoutDirection
vb
Public Enum DashboardTreemapLayoutDirection

Members

NameDescription
BottomLeftToTopRight

Arrange tiles from the bottom-left to the top-right corner.

| | BottomRightToTopLeft |

Arrange tiles from the bottom-right to the top-left corner.

| | TopLeftToBottomRight |

Arrange tiles from the top-left to the bottom-right corner.

| | TopRightToBottomLeft |

Arrange tiles from the top-right to the bottom-left corner.

|

The following properties accept/return DashboardTreemapLayoutDirection values:

Remarks

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

See Also

DashboardTreemapLayoutAlgorithm

DevExpress.DashboardCommon Namespace