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

ZoomingOptionsModel.ZoomOutShortcuts Property

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
public ChartShortcutKeyCollection ZoomOutShortcuts { get; }

Property Value

Type
ChartShortcutKeyCollection

Property Paths

You can access this nested property as listed below:

Object Type Path to ZoomOutShortcuts
Diagram3DModel
.ZoomingOptions.ZoomOutShortcuts
FunnelDiagram3DModel
.ZoomingOptions.ZoomOutShortcuts
GanttDiagramModel
.ZoomingOptions.ZoomOutShortcuts
SimpleDiagram3DModel
.ZoomingOptions.ZoomOutShortcuts
SwiftPlotDiagramModel
.ZoomingOptions.ZoomOutShortcuts
XYDiagram2DModel
.ZoomingOptions.ZoomOutShortcuts
XYDiagram3DModel
.ZoomingOptions.ZoomOutShortcuts
XYDiagramModel
.ZoomingOptions.ZoomOutShortcuts
See Also