DataXPos

Declaration: TIlabTrnDataSet.DataXPos [idx: integer]: double;
The array property DataXPos returns the x coordinate of the data point specified by the parameter idx (valid range: 1..NDataPoints). If you try to access a non-existent data point (i.e. if the idx is less than 1 or greater than NDataPoints) the call will be ignored on write or return an empty value on read (an empty value is indicated by the value -MAXINT).