property Graph.ScrollPos(ScrollBar as ScrollBarEnum) as Long
Specifies the vertical/horizontal scroll position.

TypeDescription
ScrollBar as ScrollBarEnum A ScrollBarEnum expression that specifies the chart's scroll-bar to request/change value for
Long A long expression that defines the scroll bar position.
Use the ScrollPos property to change programmatically the position of the control's scroll bar. Use the ScrollPos property to get the horizontal or vertical scroll position. Use the ScrollBars property to define the control's scroll bars. The AllowScroll property has effect only if the chart requires a scroll-bar to display. The Type property specifies the type of the serie (the way the data is represented).