Back to Devexpress

ITreeMapLayoutAlgorithm Interface

windowsforms-devexpress-dot-xtratreemap-89bc68b6.md

latest1.4 KB
Original Source

ITreeMapLayoutAlgorithm Interface

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public interface ITreeMapLayoutAlgorithm
vb
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

ITreeMapLayoutAlgorithm Members

DevExpress.XtraTreeMap Namespace