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

ChartZoom3DEventArgs.Type Property

Gets the zoom event type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public ChartZoomEventType Type { get; }

Property Value

Type Description
ChartZoomEventType

A ChartZoomEventType enumeration value, specifying the zoom event type.

Available values:

Name Description
ZoomIn

A chart’s area was zoomed into.

ZoomOut

A chart’s area was zoomed out.

ZoomUndo

The previos zoom state was restored by pressing the CTRL+Z key combination.

Remarks

Use the Type property, to obtain the actual zoom event type (zoom in, zoom out, or undo) in the ChartControl.Zoom3D event handler.

See Also