Skip to main content

CustomPalette Properties

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