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

ChartZoomEventArgs.Type Property

Gets the zoom type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public ChartZoomEventType Type { get; }

Property Value

Type Description
ChartZoomEventType

A ChartZoomEventType enumeration value.

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.

See Also