XYDiagram2DScrollEventArgs.ScrollOrientation Property
In This Article
Gets the scrolling orientation, i.e. along which axis scrolling is performed.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public XYDiagram2DScrollOrientation ScrollOrientation { get; }
#Property Value
Type | Description |
---|---|
XYDiagram2DScroll |
An XYDiagram2DScroll |
Available values:
Name | Description |
---|---|
Axis |
A chart is scrolled along the X-axis (e. |
Axis |
A chart is scrolled along the Y-axis (e. |
Both |
A chart is scrolled both along the X and Y axes (e. |
See Also