Back to Devexpress

TreeMapLayoutAlgorithmBase Class

wpf-devexpress-dot-xpf-dot-treemap-f24b8245.md

latest2.1 KB
Original Source

TreeMapLayoutAlgorithmBase Class

The base class for all classes representing layout algorithms.

Namespace : DevExpress.Xpf.TreeMap

Assembly : DevExpress.Xpf.TreeMap.v25.2.dll

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public abstract class TreeMapLayoutAlgorithmBase :
    TreeMapDependencyObject
vb
Public MustInherit Class TreeMapLayoutAlgorithmBase
    Inherits TreeMapDependencyObject

The following members return TreeMapLayoutAlgorithmBase objects:

Remarks

This class introduces the TreeMapLayoutAlgorithmBase.Calculate method, which calculates the arrangement and size of tree map items.

Inheritance

Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject TreeMapLayoutAlgorithmBase TreeMapLayoutAlgorithm

SliceAndDiceLayoutAlgorithm

SquarifiedLayoutAlgorithm

StripedLayoutAlgorithm

See Also

TreeMapLayoutAlgorithmBase Members

DevExpress.Xpf.TreeMap Namespace