property Graph.AllowScroll as AllowKeysEnum
Defines the key combination that lets the user scrolls the chart, by drag-and-drop.

TypeDescription
AllowKeysEnum A key combination that lets the user scrolls the chart, by drag-and-drop
By default, the AllowScroll property is set to exLeftClick, which means the user can scroll the chart by dragging with the left mouse button. The AllowScroll property has effect only if the chart requires a scroll-bar to display. If the property is set to exDisallow, scrolling is disabled. 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.