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

ZoomingOptionsModel.UndoZoomShortcuts Property

Gets or sets the ZoomingOptions.UndoZoomShortcuts property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
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
Diagram3DModel
.ZoomingOptions .UndoZoomShortcuts
FunnelDiagram3DModel
.ZoomingOptions .UndoZoomShortcuts
GanttDiagramModel
.ZoomingOptions .UndoZoomShortcuts
SimpleDiagram3DModel
.ZoomingOptions .UndoZoomShortcuts
SwiftPlotDiagramModel
.ZoomingOptions .UndoZoomShortcuts
XYDiagram2DModel
.ZoomingOptions .UndoZoomShortcuts
XYDiagram3DModel
.ZoomingOptions .UndoZoomShortcuts
XYDiagramModel
.ZoomingOptions .UndoZoomShortcuts
See Also