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

ChartShortcutKeyCollection.Add(PortableKeys) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public void Add(
    PortableKeys item
)

Parameters

Name Type Description
item DevExpress.Portable.Input.PortableKeys

An item to be appended.

See Also