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.v18.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ChartZoomEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
ChartZoomEventArgs
See Also