PaletteRepository.RemoveAt(Int32) Method
Removes the element at the specified index of the PaletteRepository instance.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer specifying the index of the entry to remove. |
See Also