Skip to main content
A newer version of this page is available. .

ChartScrollDirection Enum

Lists the values used to specify the direction in which a chart is being scrolled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public enum ChartScrollDirection

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