ChartShortcutKeyCollection Class
In This Article
The collection that stores keyboard shortcuts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ListBindable(false)]
public class ChartShortcutKeyCollection :
IList<PortableKeys>,
ICollection<PortableKeys>,
IEnumerable<PortableKeys>,
IEnumerable,
ICollection,
IOwnedElement,
IXtraSupportShouldSerialize
#Related API Members
The following members return ChartShortcutKeyCollection objects:
Show 16 links
#Remarks
The following properties use the ChartShortcutKeyCollection objects to store keyboard shortcuts:
- ScrollingOptions.ScrollRightShortcuts
- ScrollingOptions.ScrollLeftShortcuts
- ScrollingOptions.ScrollDownShortcuts
- ScrollingOptions.ScrollUpShortcuts
- ZoomingOptions.UndoZoomShortcuts
- ZoomingOptions.ZoomInShortcuts
- ZoomingOptions.ZoomOutShortcuts
- DrillDownOptions.DrillUpShortcuts
See Also