Skip to main content

PaletteRepository.RemoveAt(Int32) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public override void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

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

See Also