Skip to main content

PaletteListBase Class

Represents the base class for the palette repository.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[RuntimeObject]
public class PaletteListBase :
    SortedList

Remarks

The PaletteListBase class serves as a base for the PaletteRepository class. It implements the base functionality required to store and process Palette‘s. Use the PaletteListBase.GetPaletteNames method to get a list of the names of all the palettes stored.

Inheritance

See Also