Back to Devexpress

VerticalScrollingDirection Enum

corelibraries-devexpress-dot-xtracharts-97362824.md

latest1.1 KB
Original Source

VerticalScrollingDirection Enum

Enumerates the possible vertical scrolling directions.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum VerticalScrollingDirection
vb
Public Enum VerticalScrollingDirection

Members

NameDescription
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

DevExpress.XtraCharts Namespace