Skip to main content
A newer version of this page is available. .

SliceAndDiceLayoutAlgorithm.Calculate(IList<ITreeMapLayoutItem>, Size, Int32) Method

Arranges the specified list of tree map items.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public override void Calculate(
    IList<ITreeMapLayoutItem> items,
    Size size,
    int groupLevel
)

Parameters

Name Type Description
items IList<ITreeMapLayoutItem>

A list of objects whose classes implement the ITreeMapLayoutItem interface and that should be arranged.

size Size

The size of the parent layout in which items should be arranged.

groupLevel Int32

The nested level of the parent layout.

See Also