ChartShortcutKeyCollection.Add(PortableKeys) Method
Adds an item to the end of the current chart shortcut key collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DevExpress.Portable.Input.PortableKeys | An item to be appended. |
See Also