Skip to main content

ChartShortcutKeyCollection.Add(PortableKeys) Method

Adds an item to the end of the current chart shortcut key collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Add(
    PortableKeys item
)

Parameters

Name Type Description
item DevExpress.Portable.Input.PortableKeys

An item to be appended.

See Also