Palette.Add(PaletteEntry) Method
Appends the specified PaletteEntry object to the current palette.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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