BCGControlBar Pro for MFC
void CBCGPChartVisualObject::ShowScrollBars ( BOOL  bShow = TRUE,
BOOL  bRedraw = TRUE 
)

Shows or hides scroll bars for all axes.

Note, in some cases a scroll bar can't be shown even if you set this option to TRUE:

  • axis zoomed out to 100% and "show scroll bar always" option is FALSE. You may want to call CBCGPChartAxis::SetAlwaysShowScrollBar with TRUE.
  • axis works in Logarithmic Scale mode.
  • scrolling is disabled for this axis.
Parameters
bShowSpecifies whether to show, or hide scroll bars.
bRedrawTRUE - redraw the chart immediately.