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

ZoomingOptionsModel.ZoomOutShortcuts Property

Gets or sets the ZoomingOptions.ZoomOutShortcuts 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 ZoomOutShortcuts { get; }

Property Value

Type Description
ChartShortcutKeyCollection

A collection of shortcuts used to zoom out of the chart.

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