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

ChartZoom3DEventArgs Class

Provides data for the ChartControl.Zoom3D event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public class ChartZoom3DEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
ChartZoom3DEventArgs
See Also