Back to Devexpress

ChartScrollEventArgs.Type Property

corelibraries-devexpress-dot-xtracharts-dot-chartscrolleventargs-07f83dcf.md

latest2.3 KB
Original Source

ChartScrollEventArgs.Type Property

Gets the scrolling type, which specifies scrolling characteristics.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
ChartScrollEventType

A ChartScrollEventType 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 by arrow keys (LEFT, UP, RIGHT and DOWN).

| | Gesture |

The chart was scrolled by a gesture.

|

See Also

Scroll

Zoom

ChartScrollEventArgs Class

ChartScrollEventArgs Members

DevExpress.XtraCharts Namespace