Skip to main content
A newer version of this page is available. .

TreeMapPaletteColorizerBase Class

The base class for all palette based colorizers.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public abstract class TreeMapPaletteColorizerBase :
    TreeMapColorizerBase,
    IWeakEventListener

Remarks

This class introduces the TreeMapPaletteColorizerBase.Palette property, allowing you to specify the palette used to color items.

See Also