property ChartView.ScrollPos(Vertical as Boolean) as Long
Specifies the vertical/horizontal scroll position.

TypeDescription
Vertical as Boolean A boolean expression that specifies the scrollbar being requested. True indicates the Vertical scroll bar, False indicates the Horizontal scroll bar.
Long A long expression that specifies the scroll bar position.
Use the ScrollPos property to programmatically scroll the chart. Use the ScrollPos property to set or get the horizontal or vertical scroll position. Use the ScrollOrderParts property to specify the order of the buttons in the chart's scrollbar. Use the ScrollPartCaption property to assign a caption to a button in the scroll bar. Use the ScrollPartVisible property to add or remove buttons/parts in the control's scrollbar. The ScrollOnCursor method scrolls the control's chart based on the position of the cursor.