PIGGraph

XCount

Returns the current entry position. This value is incremental and can be higher then MaxPoints.

XCount: integer;

iPos := PIGGraph1.XCount;

or

for i := MaxInt(0,PIGGraph.XCount-PIGGraph.MaxPoints-1) to PIGGraph.XCount-1 do
fSum := fSum + PIGGraph.GetPoint(0,i);

NValues

© 1996,1997 Productions Informatiques GaMa.
All rights reserved. Tous droits réservés.