| void CBCGPChartAxis::ShowScrollBar | ( | BOOL | bShow = TRUE, | 
| BOOL | bRedraw = TRUE | ||
| ) | 
Enables an axis to display a scroll bar.
Call this method to enable an axis to display a scroll bar. By the default a scroll bar is not displayed. Even if you call this method, a scroll bar can be hidden in the following cases:
| bShow | TRUE - show a scroll bar; FALSE - hide a scroll bar | 
| bRedraw | TRUE - invalidate and redraw the chart. |