TreeMapSliceAndDiceLayoutMode Enum
In This Article
Lists the modes of the TreeMapSliceAndDiceLayoutAlgorithm.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
#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