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

ChartZoomEventType Enum

Lists the values used to specify the zoom type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public enum ChartZoomEventType

Members

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.

Related API Members

The following properties accept/return ChartZoomEventType values:

Remarks

The values listed by the ChartZoomEventType enumeration are used to set the ChartZoomEventArgs.Type property.

See Also