XYDiagram2DZoomEventArgs.Type Property
Gets the zooming type, which specifies zooming characteristics.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public XYDiagram2DZoomEventType Type { get; }
#Property Value
Type | Description |
---|---|
XYDiagram2DZoom |
An XYDiagram2DZoom |
Available values:
Name | Description |
---|---|
Set |
A chart’s area was zoomed, either in or out, using the edges of a scrollbar thumb. |
Zoom |
Zooming in was performed on a chart area. |
Zoom |
Zooming out was performed on a chart area. |
Zoom |
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. |