A newer version of this page is available.
Switch to the current version.
ChartZoomEventArgs Class
Provides data for the ChartControl.Zoom event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public class ChartZoomEventArgs :
EventArgs
Public Class ChartZoomEventArgs
Inherits EventArgs
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
Feedback