Back to Devexpress

HorizontalScrollingDirection Enum

corelibraries-devexpress-dot-xtracharts-7c2d0bfa.md

latest1.1 KB
Original Source

HorizontalScrollingDirection Enum

Enumerates the possible horizontal scrolling directions.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum HorizontalScrollingDirection
vb
Public Enum HorizontalScrollingDirection

Members

NameDescription
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

DevExpress.XtraCharts Namespace