corelibraries-devexpress-dot-xtracharts-dot-chartzoom3deventargs.md
Provides data for the ChartControl.Zoom3D event.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ChartZoom3DEventArgs :
EventArgs
Public Class ChartZoom3DEventArgs
Inherits EventArgs
ChartZoom3DEventArgs is the data class for the following events:
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.
Object EventArgs ChartZoom3DEventArgs
See Also