Declaration: |
TCurveFit.DataX[ix: integer]: double; |
The read-only array property DataX returns the x-value of the ix -th data pair entered by EnterStatValue. The parameter ix may assume values between 1 and NumData. For ix -values outside this range DataX is zero.
|
|