Skip to main content
A newer version of this page is available. .

ChartScrollEventArgs.ScrollOrientation Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartScrollOrientation ScrollOrientation { get; }

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