ChartZoomEventArgs Class
Provides data for the ChartControl.Zoom event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The ChartControl.Zoom event occurs when an end-user zooms in or out of the ChartControl. The ChartZoomEventArgs class introduces the ChartZoomEventArgs.Type property which represents the type of zooming, and other properties which provide data about the state of a ChartZoomEventArgs
after zooming is finished.
Note that ChartZoomEventArgs objects are automatically created, initialized and passed to ChartControl.Zoom event handlers.
See Also