SteppedTrend Property

Specifies whether the data points are written with each Chart refresh.

Syntax

object.SteppedTrend [= Boolean]

Properties

The SteppedTrend property syntax has these parts:

Part

Description

object

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

Boolean

Whether data points are written with each refresh.

Settings

The settings for Boolean are:

Value

Description

True

Data points are written with each refresh of the Chart, displaying a flat line.

False

Only the actual datapoints are connected.

 

Applies To