Skip to main content

TreeMapLayoutAlgorithmBase Class

A base class for all TreeMap layout algorithms.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public abstract class TreeMapLayoutAlgorithmBase :
    TreeMapElement,
    ITreeMapLayoutAlgorithm

Remarks

For more information about TreeMap Layout Algorithms, refer to the Layout Algorithms topic.

See Also