SetInterval Method

Sets the interval of time to elapse between data points in a Chart.

Syntax

object.SetInterval days, hours, minutes, seconds

Properties

The SetInterval method syntax has these parts:

Part

Description

object

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

days

Long. The number of days between data points.

hours

Long. The number of hours between data points.

minutes

Long. The number of minutes between data points.

seconds

Long. The number of seconds between data points.

 

Example

Applies To