Skip to main content
All docs
V26.1
  • ChartShortcutKeyCollection.Insert(Int32, PortableKeys) Method

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    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