property Graph.AllowScroll as Boolean
Indicates whether the user can scroll the chart by drag and drop.

TypeDescription
Boolean A boolean expression that specifies whether the user can scroll the chart by drag and drop.
By default, the AllowScroll property is True, which indicates that the user can scroll the chart by drag and drop. 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). The AllowScroll property has effect for area-compatible chart type as follows:

while the AutoFit property is not set. The AutoFit property specifies whether the control resizes the elements of the series to fit the control's content. The ScrollPos property can be used to change programmatically the position of the control's scroll bar.Use  the ScrollBars property to define the control's scroll bars.