Indicates if the axis is automatically scrolling. | |
Syntax: | Boolean = object.IsScrolling ( ) |
Description: | CimAxis.IsScrolling indicates if
the axis is scrolling automatically. An axis normally scrolls
automatically when its mode is
set to apAxisScrolled. When you manually scroll the axis by clicking on a forward or backward button, the axis no longer scrolls automatically. You need to either scroll back until the maximum data value is displayed or use method ResumeScrolling to resume automatic scrolling. |