ChartScrollEventArgs.ScrollOrientation Property
Gets the scrolling orientation, i.e. along which axes scrolling is performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| ChartScrollOrientation | A ChartScrollOrientation enumeration value. |
Available values:
| Name | Description |
|---|---|
| AxisXScroll | A chart is scrolled along the X-axis (e.g. when it’s scrolled using its X-axis scrollbar). |
| AxisYScroll | A chart is scrolled along the Y-axis (e.g. when it’s scrolled using its Y-axis scrollbar). |
| BothAxesScroll | A chart is scrolled both along the X and Y axes (e.g. when it’s scrolled using the mouse pointer). |
See Also