Skip to main content
A newer version of this page is available. .

ChartPaletteColorizerBase Class

The base class for all colorizers with a predefined palette.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class ChartPaletteColorizerBase :
    ChartColorizerBase,
    IPaletteProvider,
    ILegendItemProvider,
    ISupportPropertyChanged

Remarks

This class introduces the ChartPaletteColorizerBase.Palette property, that allows specifying the palette used by descendant colorizers.

See Also