Back to Devexpress

ChartZoom3DEventArgs.Type Property

corelibraries-devexpress-dot-xtracharts-dot-chartzoom3deventargs-5135dd53.md

latest1.6 KB
Original Source

ChartZoom3DEventArgs.Type Property

Gets the zoom event type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
ChartZoomEventType

A ChartZoomEventType enumeration value, specifying the zoom event type.

|

Available values:

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

|

Remarks

Use the Type property, to obtain the actual zoom event type (zoom in, zoom out, or undo) in the ChartControl.Zoom3D event handler.

See Also

ChartZoom3DEventArgs Class

ChartZoom3DEventArgs Members

DevExpress.XtraCharts Namespace