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

VerticalScrollingDirection Enum

Enumerates the possible vertical scrolling directions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public enum VerticalScrollingDirection

Members

Name Description
None

The chart viewport should not be scrolled vertically.

Up

The chart viewport should be scrolled up.

Down

The chart viewport should be scrolled down.

Remarks

These enumeration values are used in the XYDiagram2D.Scroll method.

See Also