ChartPaletteColorizerBase Class
The base class for all colorizers with a predefined palette.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class ChartPaletteColorizerBase :
ChartColorizerBase,
IPaletteProvider,
ILegendItemProvider,
IPaletteRepositoryHolder,
ISupportPropertyChanged,
IPatternHolder
Remarks
This class introduces the ChartPaletteColorizerBase.Palette property, that allows specifying the palette used by descendant colorizers.
Inheritance
See Also