Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XYDiagram2DScrollOrientation Enum

Lists the values used to specify the scroll orientation.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public enum XYDiagram2DScrollOrientation

#Members

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

#Related API Members

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