ChartZoomEventType Enum
In This Article
Lists the values used to specify the zoom type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Zoom
|
A chart’s area was zoomed into. |
Zoom
|
A chart’s area was zoomed out. |
Zoom
|
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