ChartShortcutKeyCollection Class
The collection that stores keyboard shortcuts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ListBindable(false)]
[TypeConverter(typeof(ChartShortcutKeyCollectionConverter))]
public class ChartShortcutKeyCollection :
IList<PortableKeys>,
ICollection<PortableKeys>,
IEnumerable<PortableKeys>,
IEnumerable,
ICollection,
IOwnedElement,
IXtraSupportShouldSerialize
Related API Members
The following members return ChartShortcutKeyCollection objects:
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
Inheritance
Object
ChartShortcutKeyCollection
See Also