ChartPaletteColorizerBase Class
In This Article
The base class for all colorizers with a predefined pallete.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public abstract class ChartPaletteColorizerBase :
ChartColorizerBase,
ISupportPalette
#Remarks
This class introduces the ChartPaletteColorizerBase.Palette property, that allows specifying the palette used by descendant colorizers.
#Inheritance
See Also