Back to Devexpress

XYDiagram2DScrollEventArgs.Type Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dscrolleventargs-24af469f.md

latest2.6 KB
Original Source

XYDiagram2DScrollEventArgs.Type Property

Gets the scrolling type, which specifies scrolling characteristics.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
XYDiagram2DScrollEventType

An XYDiagram2DScrollEventType enumeration value.

|

Available values:

NameDescription
LargeDecrement

The scroll box was moved a large distance. The user clicked the scroll bar to the left (horizontal) or above (vertical) the scroll box.

| | LargeIncrement |

The scroll box was moved a large distance. The user clicked the scroll bar to the right (horizontal) or below (vertical) the scroll box.

| | SmallDecrement |

The scroll box was moved a small distance. The user clicked the left (horizontal) or top (vertical) scroll arrow.

| | SmallIncrement |

The scroll box was moved a small distance. The user clicked the right (horizontal) or bottom (vertical) scroll arrow.

| | ThumbPosition |

The scroll box was moved.

| | LeftButtonMouseDrag |

The chart was scrolled by dragging via the mouse with the left mouse button clicked.

| | MiddleButtonMouseDrag |

The chart was scrolled by dragging via the mouse with the middle mouse button clicked.

| | ArrowKeys |

The chart was scrolled via arrow keys (LEFT, UP, RIGHT and DOWN).

| | Command |

The chart was scrolled by one of the scrolling commands (XYDiagram2D.ScrollHorizontallyCommand, XYDiagram2D.ScrollVerticallyCommand, XYDiagram2D.ScrollAxisXToCommand or XYDiagram2D.ScrollAxisYToCommand).

|

See Also

XYDiagram2DScrollEventArgs Class

XYDiagram2DScrollEventArgs Members

DevExpress.Xpf.Charts Namespace