ChartScrollEventArgs.ScrollOrientation Property
In This Article
Gets the scrolling orientation, i.e. along which axes scrolling is performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartScrollOrientation ScrollOrientation { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
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