Skip to main content

Palette.Add(PaletteEntry) Method

Appends the specified PaletteEntry object to the current palette.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    PaletteEntry entry
)

Parameters

Name Type Description
entry PaletteEntry

A PaletteEntry object to append to the palette.

Returns

Type Description
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