XYDiagram2DZoomEventType Enum
Lists the values used to specify the zoom type.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
Name | Description |
---|---|
SetRange
|
A chart’s area was zoomed, either in or out, using the edges of a scrollbar thumb. |
ZoomIn
|
Zooming in was performed on a chart area. |
ZoomOut
|
Zooming out was performed on a chart area. |
ZoomUndo
|
The previous zoom state was restored by pressing the CTRL+Z key combination. |
Command
|
A chart’s area was zoomed using one of the zooming commands (XYDiagram2D.ZoomInCommand, XYDiagram2D.ZoomOutCommand, XYDiagram2D.ZoomIntoRectangleCommand, XYDiagram2D.SetAxisXZoomRatioCommand, XYDiagram2D.SetAxisYZoomRatioCommand or XYDiagram2D.UndoZoomCommand). |
Related API Members
The following properties accept/return XYDiagram2DZoomEventType values:
Remarks
The values listed by the XYDiagram2DZoomEventType enumeration are used to set the XYDiagram2DZoomEventArgs.Type property.