ITreeMapLayoutAlgorithm Interface
The interface that should be implemented by a layout algorithm class.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
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