Back to Devexpress

Palette.Add(PaletteEntry) Method

corelibraries-devexpress-dot-xtracharts-dot-palette-dot-add-x28-devexpress-dot-xtracharts-dot-paletteentry-x29.md

latest1.5 KB
Original Source

Palette.Add(PaletteEntry) Method

Appends the specified PaletteEntry object to the current palette.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int Add(
    PaletteEntry entry
)
vb
Public Function Add(
    entry As PaletteEntry
) As Integer

Parameters

NameTypeDescription
entryPaletteEntry

A PaletteEntry object to append to the palette.

|

Returns

TypeDescription
Int32

An integer value indicating the position at which the new element was inserted.

|

Remarks

This method adds a PaletteEntry object to the end of the palette.

See Also

Palette Class

Palette Members

DevExpress.XtraCharts Namespace