PaletteEntry Class
Represents a single element in the Palette.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(PaletteEntry.PaletteEntryTypeConverter))]
public class PaletteEntry :
ICloneable
Related API Members
The following members return PaletteEntry objects:
Remarks
The PaletteEntry class contains two colors, which can be accessed via its PaletteEntry.Color and PaletteEntry.Color2 properties. An individual entry in the palette can be accessed via its Palette.Item property. To add a new entry to the palette, the Palette.Add method should be used.
Inheritance
Object
PaletteEntry
See Also