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

ChartZoomEventArgs Class

Provides data for the ChartControl.Zoom event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class ChartZoomEventArgs :
    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.

Inheritance

Object
EventArgs
ChartZoomEventArgs
See Also