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

ChartShortcutKeyCollection.Insert(Int32, PortableKeys) Method

Inserts the specified shortcut key into the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public void Insert(
    int index,
    PortableKeys item
)

Parameters

Name Type Description
index Int32

A zero-based integer that specifies the position where the shortcut key should be inserted.

item DevExpress.Portable.Input.PortableKeys

An enumeration value that defines the shortcut key to insert into the collection.

See Also