Back to Devexpress

ZoomingOptionsModel.ZoomInShortcuts Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-zoomingoptionsmodel-65d94b0b.md

latest1.7 KB
Original Source

ZoomingOptionsModel.ZoomInShortcuts Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ChartShortcutKeyCollection ZoomInShortcuts { get; }
vb
<PropertyForOptions>
Public ReadOnly Property ZoomInShortcuts As ChartShortcutKeyCollection

Property Value

TypeDescription
ChartShortcutKeyCollection

The shortcut key collection.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ZoomInShortcuts
Diagram3DModel

.ZoomingOptions .ZoomInShortcuts

|

See Also

ZoomingOptionsModel Class

ZoomingOptionsModel Members

DevExpress.XtraCharts.Designer Namespace