Back to Devexpress

XYDiagram2DScrollEventArgs.ScrollOrientation Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dscrolleventargs-68ed487d.md

latest1.8 KB
Original Source

XYDiagram2DScrollEventArgs.ScrollOrientation Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
XYDiagram2DScrollOrientation

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

XYDiagram2DScrollEventArgs Class

XYDiagram2DScrollEventArgs Members

DevExpress.Xpf.Charts Namespace