Skip to main content

TreeMapPaletteColorizerBase Members

The base class for all palette based colorizers.

Constructors

Name Description
TreeMapPaletteColorizerBase() Initializes a new instance of the TreeMapPaletteColorizerBase class with default settings.

Fields

Name Description
LegendItemPatternProperty static Identifies the LegendItemPattern dependency property.
PaletteProperty static Identifies the TreeMapPaletteColorizerBase.Palette dependency property.

Properties

Name Description
LegendItemPattern Gets or sets the format pattern that is applied to a treemap legend item’s text.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
Palette Gets or sets the palette used to color tree map items by the colorizer.

Methods

Name Description
GetItemColor(TreeMapItem, TreeMapItemGroupInfo) Returns the color for the specified item with the specified tree location. Inherited from TreeMapColorizerBase.

Events

Name Description
PropertyChanged Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject.
See Also