ChartControl.Zoom3D Event
In This Article
Occurs when an end-user zooms in or out of the 3D diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#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 |
---|---|
New |
Gets the new zoom percent. |
Old |
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