Back to Devexpress

TreeMapPaletteColorizerBase Class

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

latest1.9 KB
Original Source

TreeMapPaletteColorizerBase Class

The base class for all palette based colorizers.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public abstract class TreeMapPaletteColorizerBase :
    TreeMapColorizerBase,
    IWeakEventListener
vb
Public MustInherit Class TreeMapPaletteColorizerBase
    Inherits TreeMapColorizerBase
    Implements IWeakEventListener

Remarks

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

Inheritance

Object DispatcherObject DependencyObject Freezable TreeMapDependencyObject TreeMapColorizerBase TreeMapPaletteColorizerBase TreeMapGroupGradientColorizer

TreeMapPaletteColorizer

TreeMapRangeColorizer

See Also

TreeMapPaletteColorizerBase Members

DevExpress.Xpf.TreeMap Namespace