Back to Devexpress

TreeMapLayoutAlgorithm Class

wpf-devexpress-dot-xpf-dot-treemap-839b852a.md

latest1.8 KB
Original Source

TreeMapLayoutAlgorithm Class

The base class for all predefined layout algorithms.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

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

Remarks

This class introduces the TreeMapLayoutAlgorithm.Direction property specifying the fill direction in which the algorithm will arrange children in the parent layout.

Inheritance

Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject TreeMapLayoutAlgorithmBase TreeMapLayoutAlgorithm SliceAndDiceLayoutAlgorithm

SquarifiedLayoutAlgorithm

StripedLayoutAlgorithm

See Also

TreeMapLayoutAlgorithm Members

DevExpress.Xpf.TreeMap Namespace