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

HorizontalScrollingDirection Enum

Enumerates the possible horizontal scrolling directions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public enum HorizontalScrollingDirection

Members

Name Description
None

The chart viewport should not be scrolled.

Left

The chart viewport should be scrolled left.

Right

The chart viewport should be scrolled right.

Remarks

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

See Also