ScrollDirection Enumeration

Specifies the allowed scroll direction.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public enum ScrollDirection

Members

Both0 Horizontal and vertical scrolling.
Horizontal1 Only horizontal scrolling.
Vertical2 Only vertical scrolling.

See Also