ITreeMapLayoutAlgorithm Interface
In This Article
The interface that should be implemented by a layout algorithm class.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
#Related API Members
The following members return ITreeMapLayoutAlgorithm objects:
#Remarks
This interface introduces the ITreeMapLayoutAlgorithm.Calculate method, allowing you to layout tree map items.
See Also