Back to Devexpress

XYDiagram2DScrollOrientation Enum

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dscrollorientation.md

latest1.5 KB
Original Source

XYDiagram2DScrollOrientation Enum

Lists the values used to specify the scroll orientation.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum XYDiagram2DScrollOrientation
vb
Public Enum XYDiagram2DScrollOrientation

Members

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).

|

The following properties accept/return XYDiagram2DScrollOrientation values:

Remarks

The values listed by the XYDiagram2DScrollOrientation enumeration are used to set the XYDiagram2DScrollEventArgs.ScrollOrientation property.

See Also

DevExpress.Xpf.Charts Namespace