Back to Devexpress

PaletteEntry Class

corelibraries-devexpress-dot-xtracharts-40b816fb.md

latest1.7 KB
Original Source

PaletteEntry Class

Represents a single element in the Palette.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PaletteEntry :
    ICloneable
vb
Public Class PaletteEntry
    Implements 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

PaletteEntry Members

Color

Color2

DevExpress.XtraCharts Namespace