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

ZoomingOptionsModel.ZoomInShortcuts Property

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

Property Value

Type Description
ChartShortcutKeyCollection

The shortcut key collection.

Property Paths

You can access this nested property as listed below:

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