Back to Devexpress

ChartZoomEventArgs Class

corelibraries-devexpress-dot-xtracharts-0ff895f4.md

latest1.8 KB
Original Source

ChartZoomEventArgs Class

Provides data for the ChartControl.Zoom event.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ChartZoomEventArgs :
    EventArgs
vb
Public Class ChartZoomEventArgs
    Inherits EventArgs

ChartZoomEventArgs is the data class for the following events:

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

ChartZoomEventArgs Members

Zoom

DevExpress.XtraCharts Namespace