corelibraries-devexpress-dot-xtracharts-69b6b284.md
Provides settings that specify the ways in which zooming can be performed.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ZoomingOptions :
ChartElement,
IZoomingBindings
Public Class ZoomingOptions
Inherits ChartElement
Implements IZoomingBindings
The following members return ZoomingOptions objects:
The properties exposed by the ZoomingOptions class allow you to define how zooming can be performed: via the keyboard, mouse wheel, or keyboard and mouse combinations.
For more information, refer to Zooming and Scrolling (2D XY-Charts) and Zooming and Scrolling (3D Charts).
Object ChartElement ZoomingOptions ZoomingOptions2D
See Also