Skip to main content

PaletteBase Members

The base class for the tree map palettes.

Fields

Name Description
ScaleModeProperty static Identifies the ScaleMode dependency property.

Properties

Name Description
Count Returns the count of colors in a palette.
Item[Int32] Provides indexed access to individual items in the palette.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
PaletteName Returns the name of a palette.
ScaleMode Specifies how to distribute colors when the palette contains less colors than the number of chart items.

Events

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