ChartZoomEventType Enum
Lists the values used to specify the zoom type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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