Back to Devexpress

TreeMapLayoutAlgorithmBase Class

windowsforms-devexpress-dot-xtratreemap-a77a37d7.md

latest1.8 KB
Original Source

TreeMapLayoutAlgorithmBase Class

A base class for all TreeMap layout algorithms.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public abstract class TreeMapLayoutAlgorithmBase :
    TreeMapElement,
    ITreeMapLayoutAlgorithm
vb
Public MustInherit Class TreeMapLayoutAlgorithmBase
    Inherits TreeMapElement
    Implements ITreeMapLayoutAlgorithm

Remarks

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

Implements

ITreeMapLayoutAlgorithm

Inheritance

Object HierarchicalElement TreeMapElement TreeMapLayoutAlgorithmBase TreeMapSliceAndDiceLayoutAlgorithm

TreeMapSquarifiedLayoutAlgorithm

TreeMapStripedLayoutAlgorithm

See Also

TreeMapLayoutAlgorithmBase Members

DevExpress.XtraTreeMap Namespace