Back to Devexpress

PaletteRepository.RemoveAt(Int32) Method

corelibraries-devexpress-dot-xtracharts-dot-paletterepository-dot-removeat-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

PaletteRepository.RemoveAt(Int32) Method

Removes the element at the specified index of the PaletteRepository instance.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override void RemoveAt(
    int index
)
vb
Public Overrides Sub RemoveAt(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

A zero-based integer specifying the index of the entry to remove.

|

See Also

PaletteRepository Class

PaletteRepository Members

DevExpress.XtraCharts Namespace