GlobalSlowScrollRate Property

Specifies how slowly 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.GlobalSlowScrollRate [= Double]

Properties

The GlobalSlowScrollRate 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 GlobalSlowScrollOption property.

Remarks

This property cannot be set to a value greater than the GlobalFastScrollRate.

Applies To