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.v18.1.dll

Declaration

[TypeConverter(typeof(PaletteEntry.PaletteEntryTypeConverter))]
public class PaletteEntry :
    ICloneable

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PaletteEntry class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
PaletteEntry
See Also