Skip to main content

TreeMapSliceAndDiceLayoutMode Enum

Lists the modes of the TreeMapSliceAndDiceLayoutAlgorithm.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.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