Pause Method

Pauses the Chart.

Syntax

object.Pause

Properties

The Pause method syntax has this part:

Part

Description

object

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

Remarks

A paused Chart can resume displaying data by calling the Resume method. If Resume is not called, the Chart will automatically resume after the time interval specified in the Timeout property.

 

Example

Applies To