PaletteListBase Class
Represents the base class for the palette repository.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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
Object
SortedList
PaletteListBase
See Also