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

ZoomingOptionsModel.UndoZoomShortcuts Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public ChartShortcutKeyCollection UndoZoomShortcuts { get; }

Property Value

Type
ChartShortcutKeyCollection

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