BCGControlBar Pro for MFC
void CBCGPChartVisualObject::EnablePan ( BOOL  bEnable = TRUE)
inline

Enables pan.

Call this method to enable or disable chart pan.

The pan option can be enabled with a call on SetZoomScrollConfig() with BCGPChartMouseConfig::ZSO_WHEEL_PAN value. In this case you can zoom the chart in / out using mouse wheel and scroll pressing a mouse button and dragging the chart.

Parameters
bEnableTRUE - enable pan; FALSE - disable pan.