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

ChartShortcutKeyCollection.RemoveAt(Int32) Method

Removes a shortcut key under the specified index from the chart shortcut keys’ collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The index of the shortcut key to be removed.

See Also