ZoomingOptions Class
Provides settings that specify the ways in which zooming can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class ZoomingOptions :
ChartElement,
IZoomingBindings
Related API Members
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
Object
ChartElement
ZoomingOptions
See Also