DSPosition Property

DSPosition is a read-only data set property that allows you to retrieve the position of a data set in the chart. For example, if you have one real-time data set, the DSPosition is 0. If you have two data sets in a chart, the second data set's DSPosition is 1.

Syntax

object.DSPosition [= Long]

Properties

The DSPosition property syntax has these parts:

Part

Description

object

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

Long

Whole number representing the position of the data set.

Remarks

DSPosition is a read-only property.

 

Applies To