Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeMapSliceAndDiceLayoutMode Enum

Lists the modes of the TreeMapSliceAndDiceLayoutAlgorithm.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.dll

NuGet Package: DevExpress.TreeMap

#Declaration

public enum TreeMapSliceAndDiceLayoutMode

#Members

Name Description
Auto

The layout direction is selected depending on the layout’s width/height ratio.

Vertical

All tree map items are arranged vertically.

Horizontal

All tree map items are arranged horizontally.

#Related API Members

The following properties accept/return TreeMapSliceAndDiceLayoutMode values:

#Remarks

Thiese enumeration values are used by the TreeMapSliceAndDiceLayoutAlgorithm.LayoutMode property.

See Also