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.v19.1.dll

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