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

ChartControl.Zoom3D Event

Occurs when an end-user zooms in or out of the 3D diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.UI.dll

Declaration

public event ChartZoom3DEventHandler Zoom3D

Event Data

The Zoom3D event's data class is ChartZoom3DEventArgs. The following properties provide information specific to this event:

Property Description
NewZoomPercent Gets the new zoom percent.
OldZoomPercent Gets the old zoom percent.
Type Gets the zoom event type.

Remarks

Note that this event is raised for 3D Charts only. In 2D Charts, the similar ChartControl.Zoom event is raised.

See Also