Skip to main content
A newer version of this page is available. .

PaletteRepository.RemoveAt(Int32) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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