Back to Devexpress

ChartScrollOrientation Enum

corelibraries-devexpress-dot-xtracharts-9800e0ee.md

latest1.6 KB
Original Source

ChartScrollOrientation Enum

Lists the values used to specify the scroll orientation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum ChartScrollOrientation
vb
Public Enum ChartScrollOrientation

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 ChartScrollOrientation values:

Remarks

The values listed by the ChartScrollOrientation enumeration are used to set the ChartScrollEventArgs.ScrollOrientation property.

See Also

DevExpress.XtraCharts Namespace