Back to Devexpress

TreeMapSliceAndDiceLayoutAlgorithm.LayoutMode Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapsliceanddicelayoutalgorithm.md

latest1.8 KB
Original Source

TreeMapSliceAndDiceLayoutAlgorithm.LayoutMode Property

Gets or sets the layout mode used to arrange items using this algorithm.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[DefaultValue(TreeMapSliceAndDiceLayoutMode.Auto)]
[XtraSerializableProperty]
public TreeMapSliceAndDiceLayoutMode LayoutMode { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(TreeMapSliceAndDiceLayoutMode.Auto)>
Public Property LayoutMode As TreeMapSliceAndDiceLayoutMode

Property Value

TypeDefaultDescription
TreeMapSliceAndDiceLayoutModeAuto

A TreeMapSliceAndDiceLayoutMode enumeration value.

|

Available values:

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.

|

See Also

TreeMapSliceAndDiceLayoutAlgorithm Class

TreeMapSliceAndDiceLayoutAlgorithm Members

DevExpress.XtraTreeMap Namespace