constants OverviewZoomEnum
The OverviewZoomEnum type specifies when the zooming scale is displayed. Use the AllowOverviewZoom property to specify whether the zooming zoom is shown or hidden.

NameValueDescription
exDisableZoom0 Zooming the chart at runtime is disabled.
exAlwaysZoom1 The zooming scale is displayed on the overview area.
exSelectOnRClick2 The user selects a portion of the chart to be zoomed, if the user right clicks the overview area.
exZoomOnRClick-1 The zooming scale is displayed only if the user right clicks the overview area.