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

ZoomingOptions.UndoZoomShortcuts Property

Returns the collection of shortcuts used to revert zoom operations.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ChartShortcutKeyCollection UndoZoomShortcuts { get; }

Property Value

Type Description
ChartShortcutKeyCollection

The collection of shortcuts used to undo zoom operations.

Property Paths

You can access this nested property as listed below:

Object Type Path to UndoZoomShortcuts
Diagram3D
.ZoomingOptions .UndoZoomShortcuts
FunnelDiagram3D
.ZoomingOptions .UndoZoomShortcuts
GanttDiagram
.ZoomingOptions .UndoZoomShortcuts
SimpleDiagram3D
.ZoomingOptions .UndoZoomShortcuts
SwiftPlotDiagram
.ZoomingOptions .UndoZoomShortcuts
XYDiagram
.ZoomingOptions .UndoZoomShortcuts
XYDiagram2D
.ZoomingOptions .UndoZoomShortcuts
XYDiagram3D
.ZoomingOptions .UndoZoomShortcuts
See Also