Skip to main content
A newer version of this page is available. .

PaletteEntry Class

Represents a single element in the Palette.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class PaletteEntry :
    ICloneable

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