Starting Position

<number> output = <series>.XStart

Use to access the Starting Position member of the data series. This is specified in seconds and determines the x-offset of the sample at index zero.  The location of subsequent samples is determined by the sampling frequency of the series.  Can be read or written.

Examples:

mySeries.XStart = .05;

var myXStart = mySeries.XStart;