Specifies the maximum amount of time the Chart may be paused (see Pause) before it will automatically resume (see Resume).
Syntax
object.Timeout [= Long]
Properties
The Timeout property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Long |
The maximum amount of time. |
Remarks
If the Timeout property is set to zero (0), the chart will pause and not update until the Resume method is called.