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

ZoomingOptions Properties

Provides settings that specify the ways in which zooming can be performed.
Name Description
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
UndoZoomShortcuts Returns the collection of shortcuts used to revert zoom operations.
UseKeyboard Specifies whether zooming can be performed using the keyboard.
UseKeyboardWithMouse Specifies whether zooming can be performed using the keydoard and mouse combinations.
UseMouseWheel Specifies whether zooming can be performed using the mouse wheel.
UseTouchDevice Specifies whether zooming can be performed using the touch device.
ZoomInMouseAction Returns the action used to zoom in to the chart.
ZoomInShortcuts Returns the collection of keyboard shortcuts that allow end users to zoom in to the chart.
ZoomOutMouseAction Returns the action used to zoom out of the chart.
ZoomOutShortcuts Returns the collection of shortcuts used to zoom out of the chart.
See Also