Skip to main content

PaletteBase Class

Represents the base class for all palettes (collection of colors).

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class PaletteBase :
    ChartDependencyObject

Remarks

The PaletteBase class serves as a base for all classes that represent the palette.

See Also