GlobalFastScrollOption Property
Allows you to specify whether the fast 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.GlobalFastScrollOption [= enumGlobalFastScroll]
Properties
The GlobalFastScrollOption property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumGlobalFastScroll |
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.