Back to Devexpress

PaletteListBase Class

corelibraries-devexpress-dot-xtracharts-a1514e18.md

latest1.5 KB
Original Source

PaletteListBase Class

Represents the base class for the palette repository.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[RuntimeObject]
public class PaletteListBase :
    SortedList
vb
<RuntimeObject>
Public Class PaletteListBase
    Inherits 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

Object SortedList PaletteListBase PaletteRepository

See Also

PaletteListBase Members

DevExpress.XtraCharts Namespace