ChartScrollOrientation Enum
In This Article
Lists the values used to specify the scroll orientation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
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. |
#Related API Members
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