GlobalSlowScrollOption Property
Allows you to specify whether the slow scroll rate for historical data in run mode is in days, hours, minutes, or seconds.
NOTE: When using any of the Global Time Control or Playback properties, you need to call the System.GlobalTimerApply method after setting the property.
Syntax
object.GlobalSlowScrollOption [= enumGlobalSlowScroll]
Properties
The GlobalSlowScrollOption property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumGlobalSlowScroll |
The units in which the Global Time Control can be
scrolled when the System object's EnableGlobalScrollPercentage property
is False. The enumeration values are as follows: |
Remarks
The EnableGlobalScrollPercentage property must be disabled before you can use this property.