TreeMapLayoutAlgorithmBase.Calculate(IList<ITreeMapLayoutItem>, Size, Int32) Method
Arranges the specified list of tree map items.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.2.dll
NuGet Package: DevExpress.Wpf.TreeMap
#Declaration
public abstract void Calculate(
IList<ITreeMapLayoutItem> items,
Size size,
int groupLevel
)
#Parameters
Name | Type | Description |
---|---|---|
items | IList<ITree |
A list of objects whose classes implement the ITree |
size | Size | The size of the parent layout in which items should be arranged. |
group |
Int32 | The nested level of the parent layout. |