Skip to main content

XYDiagram2DScrollEventArgs.ScrollOrientation Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public XYDiagram2DScrollOrientation ScrollOrientation { get; }

Property Value

Type Description
XYDiagram2DScrollOrientation

An XYDiagram2DScrollOrientation 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