XYDiagram2DScrollEventArgs.Type Property
Gets the scrolling type, which specifies scrolling characteristics.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public XYDiagram2DScrollEventType Type { get; }
#Property Value
Type | Description |
---|---|
XYDiagram2DScroll |
An XYDiagram2DScroll |
Available values:
Name | Description |
---|---|
Large |
The scroll box was moved a large distance. The user clicked the scroll bar to the left (horizontal) or above (vertical) the scroll box. |
Large |
The scroll box was moved a large distance. The user clicked the scroll bar to the right (horizontal) or below (vertical) the scroll box. |
Small |
The scroll box was moved a small distance. The user clicked the left (horizontal) or top (vertical) scroll arrow. |
Small |
The scroll box was moved a small distance. The user clicked the right (horizontal) or bottom (vertical) scroll arrow. |
Thumb |
The scroll box was moved. |
Left |
The chart was scrolled by dragging via the mouse with the left mouse button clicked. |
Middle |
The chart was scrolled by dragging via the mouse with the middle mouse button clicked. |
Arrow |
The chart was scrolled via arrow keys (LEFT, UP, RIGHT and DOWN). |
Command | The chart was scrolled by one of the scrolling commands (XYDiagram2D. |