Skip to main content

ITreeMapLayoutAlgorithm Interface

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

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