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

ZoomingOptions Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ZoomingOptions :
    ChartElement,
    IZoomingBindings

The following members return ZoomingOptions objects:

Remarks

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).

Inheritance

See Also