|
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().
bEnable | Specifies whether to enable (TRUE), or disable (FALSE) axis scrolling. |