ChartZoom3DEventArgs Class
Provides data for the ChartControl.Zoom3D event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The ChartControl.Scroll3D event occurs when a 3D XY-diagram is being scrolled.
The ChartZoom3DEventArgs class introduces the ChartZoom3DEventArgs.Type property, which identifies the type of zooming action being performed, and the ChartZoom3DEventArgs.OldZoomPercent and ChartZoom3DEventArgs.NewZoomPercent properties, which provide data about the zoom factor changes.
Note that ChartZoom3DEventArgs objects are automatically created, initialized and passed to ChartControl.Zoom3D event handlers.
See Also