BCGControlBar Pro for MFC
void CBCGPChartAxis::EnableScroll ( BOOL  bEnable = TRUE)
inline

Enables or disables axis scrolling.

Call this method to enable or disable scrolling for a particular axis.

By default scrolling is enabled at the axis level, but disabled at the chart level. Call CBCGPChartVisualObject::EnableScroll or CBCGPChartVisualObject::SetZoomScrollConfig to enable scrolling at the chart level.

You can adjust the scroll range, which is defaulted to minimum and maximum values on the axis, by calling SetScrollRange().

Parameters
bEnableSpecifies whether to enable (TRUE), or disable (FALSE) axis scrolling.