Back to Devexpress

ChartScrollEventArgs.ScrollOrientation Property

corelibraries-devexpress-dot-xtracharts-dot-chartscrolleventargs-e923cce7.md

latest1.8 KB
Original Source

ChartScrollEventArgs.ScrollOrientation Property

Gets the scrolling orientation, i.e. along which axes scrolling is performed.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartScrollOrientation ScrollOrientation { get; }
vb
Public ReadOnly Property ScrollOrientation As ChartScrollOrientation

Property Value

TypeDescription
ChartScrollOrientation

A ChartScrollOrientation enumeration value.

|

Available values:

NameDescription
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

Scroll

Zoom

ChartScrollEventArgs Class

ChartScrollEventArgs Members

DevExpress.XtraCharts Namespace