Back to Devexpress

TreeMapSliceAndDiceLayoutMode Enum

windowsforms-devexpress-dot-xtratreemap-9cc598a6.md

latest1.5 KB
Original Source

TreeMapSliceAndDiceLayoutMode Enum

Lists the modes of the TreeMapSliceAndDiceLayoutAlgorithm.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public enum TreeMapSliceAndDiceLayoutMode
vb
Public Enum TreeMapSliceAndDiceLayoutMode

Members

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

|

The following properties accept/return TreeMapSliceAndDiceLayoutMode values:

Remarks

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

See Also

DevExpress.XtraTreeMap Namespace