ChartScrollDirection Enum
Lists the values used to specify the direction in which a chart is being scrolled.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Members
Name | Description |
---|---|
Horizontal
|
Identifies the horizontal scrolling direction. |
Vertical
|
Identifies the vertical scrolling direction. |
Both
|
Identifies both scrolling directions (vertical and horizontal). |
Related API Members
The following properties accept/return ChartScrollDirection values:
Remarks
The values listed by the ChartScrollDirection enumeration are used to set the ChartScroll3DEventArgs.ScrollDirection property.
See Also