GlobalFastScrollRate Property

Specifies how quickly the historical data can be scrolled in run mode.

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.GlobalFastScrollRate [= Double]

Properties

The GlobalFastScrollRate property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Double

The rate at which the object can be scrolled. The unit of measure depends on if the EnableGlobalScrollPercentage Property is enabled. If it is, then the unit of measure is a percentage. If it is not, then it is the unit of measure specified in the GlobalFastScrollOption property.

Remarks

This property cannot be set to a value less than the GlobalSlowScrollRate.

Applies To