Back to Devexpress

ChartControl.Zoom3D Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-dot-zoom3d.md

latest2.1 KB
Original Source

ChartControl.Zoom3D Event

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

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event ChartZoom3DEventHandler Zoom3D
vb
Public Event Zoom3D As ChartZoom3DEventHandler

Event Data

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

PropertyDescription
NewZoomPercentGets the new zoom percent.
OldZoomPercentGets the old zoom percent.
TypeGets 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

Scroll3D

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace