Back to Devexpress

XYDiagram2DZoomEventArgs.Type Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dzoomeventargs-7908c125.md

latest2.1 KB
Original Source

XYDiagram2DZoomEventArgs.Type Property

Gets the zooming type, which specifies zooming characteristics.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public XYDiagram2DZoomEventType Type { get; }
vb
Public ReadOnly Property Type As XYDiagram2DZoomEventType

Property Value

TypeDescription
XYDiagram2DZoomEventType

An XYDiagram2DZoomEventType enumeration value.

|

Available values:

NameDescription
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).

|

See Also

XYDiagram2DZoomEventArgs Class

XYDiagram2DZoomEventArgs Members

DevExpress.Xpf.Charts Namespace