TreeMapSliceAndDiceLayoutAlgorithm.LayoutMode Property
Gets or sets the layout mode used to arrange items using this algorithm.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
[DefaultValue(TreeMapSliceAndDiceLayoutMode.Auto)]
[XtraSerializableProperty]
public TreeMapSliceAndDiceLayoutMode LayoutMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| TreeMapSliceAndDiceLayoutMode | Auto | A TreeMapSliceAndDiceLayoutMode enumeration value. |
Available values:
| 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. |
See Also