Interval Property

Specifies the length of time between data points for the GeneralDataSet, Chart, or Pen, or how often the Timer or Event object is fired.

Chart and Pen Syntax

object.Interval [= Long]

Properties

The Interval property syntax has these parts:

Part

Description

object

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

Long

The time between points in seconds.

Timer and Event Syntax

object.Interval [= Variant]

Properties

The Interval property syntax has these parts:

Part

Description

object

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

Variant

How often the object's configured event is fired.

Remarks

Interval accepts a DATE for the Timer object and a Long (specifying the number of milliseconds) for the Event object. For the Event object, Interval only applies if the EventType property is WhileTrue or WhileFalse

 

Applies To