constants OverviewVisibleEnum
The OverviewVisibleEnum type specifies the way items are represented in the overview area. Use the OverviewVisible property to specify whether the control's overview visible is hidden or shown. The OverviewVisibleEnum expression includes the following values:

NameValueDescription
exOverviewHidden0 The control's overview is not visible.
exOverviewShowAll-1 The control's overview shows the bars from the visible items using the range for all bars in the chart.
exOverviewShowOnlyVisible1 The control's overview shows the bars from the visible items using the range of bars in the visible items only.
exOverviewShowAllVisible2 The control's overview shows the bars from the visible items using the range for all bars in the chart.
exOverviewAllowVerticalScroll256 Indicates whether the user can vertically scroll the chart while navigating up or down the overview part of the control.