Back to Devexpress

ZoomingOptions2D Properties

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions2d-dot-underscore-properties.md

latest4.0 KB
Original Source

ZoomingOptions2D Properties

Provides settings that specify the ways in which 2D chart zooming can be performed.

NameDescription
AxisXMaxZoomPercentGets or sets the maximum zoom factor as a percentage for the X-axis.
AxisYMaxZoomPercentGets or sets the maximum zoom factor as a percentage for the Y-axis.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
UndoZoomShortcutsReturns the collection of shortcuts used to revert zoom operations. Inherited from ZoomingOptions.
UseKeyboardSpecifies whether users can zoom a chart with the keyboard. Inherited from ZoomingOptions.
UseKeyboardWithMouseSpecifies whether zooming can be performed using the keydoard and mouse combinations. Inherited from ZoomingOptions.
UseMouseWheelSpecifies whether users can zoom a chart with the mouse wheel. Inherited from ZoomingOptions.
UseTouchDeviceSpecifies whether users can zoom a chart with touch gestures. Inherited from ZoomingOptions.
ZoomInMouseActionReturns the action used to zoom in to the chart. Inherited from ZoomingOptions.
ZoomInShortcutsReturns the collection of keyboard shortcuts that allow end users to zoom in to the chart. Inherited from ZoomingOptions.
ZoomOutMouseActionReturns the action used to zoom out of the chart. Inherited from ZoomingOptions.
ZoomOutShortcutsReturns the collection of shortcuts used to zoom out of the chart. Inherited from ZoomingOptions.
ZoomToRectangleMouseActionReturns the action used to zoom the chart into the rectangle.

See Also

ZoomingOptions2D Class

ZoomingOptions2D Members

DevExpress.XtraCharts Namespace