|
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.
bEnable | TRUE - enable pan; FALSE - disable pan. |