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

ITreeMapLayoutAlgorithm Interface

The interface that should be implemented by a layout algorithm class.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public interface ITreeMapLayoutAlgorithm

The following members return ITreeMapLayoutAlgorithm objects:

Remarks

This interface introduces the ITreeMapLayoutAlgorithm.Calculate method, allowing you to layout tree map items.

See Also