property Chart.ScrollBar as Boolean
Shows or hides the chart's horizontal scroll bar.

TypeDescription
Boolean A Boolean expression that indicates whether the horizontal scroll bar is visible in the chart.
Use the ScrollBar property to show or hide the chart's scroll bar. The FirstVisibleDate property indicates the first visible date. The ToolTip property indicates the tooltip being shown when the user clicks the thumb of the chart's scrollbar. Use the FirstVisibleDate property to indicate the first visible date when the chart contains no scroll bar. Use the ScrollTo method to ensure that a date fits the chart's client area. Use the Zoom method to zoom the chart to an interval of dates. Use the ScrollBars property.