property Graph.ScrollBars as ScrollBarsEnum
Returns or sets a value that determines whether the control has horizontal and/or vertical scroll bars.

TypeDescription
ScrollBarsEnum A ScrollBarsEnum expression that identifies which scroll bars are visible.

Use the ScrollBars property to show, enable or disable the control's scroll bars. The scroll-bars are supported for area-compatible types. The AllowScroll property has effect only if the chart requires a scroll-bar to display. The Type property specifies the chart's type. By default, the ScrollBars property is exBoth, so both scroll bars are used if necessarily. For instance, if the ScrollBars property is exNone the control displays no scroll bars. Use the ScrollPos property to get the control's scroll position. Use the ScrollOrderParts property to customize the order of the buttons in the scroll bar.