AddArray Question
Posted: Fri May 18, 2007 12:50 pm
Hello
We are developing an application to view physiological data. Because of the large amount of data we read samples from disk in buffers with typically 20-200 samples (XY points). I tried to use AddArray (following the example code) repeatedly in the same call to update the Chart but it seems that only the last AddArray is displayed. Moreover, if I use the same COleSafeArrays XValues, YValues to update two or more series in chart sequentlially, the last point of the first series is connected to the first point of the second series, which is obviously not what I want. I use now AddXY but hope to use AddArray again. Any Ideas?
We are developing an application to view physiological data. Because of the large amount of data we read samples from disk in buffers with typically 20-200 samples (XY points). I tried to use AddArray (following the example code) repeatedly in the same call to update the Chart but it seems that only the last AddArray is displayed. Moreover, if I use the same COleSafeArrays XValues, YValues to update two or more series in chart sequentlially, the last point of the first series is connected to the first point of the second series, which is obviously not what I want. I use now AddXY but hope to use AddArray again. Any Ideas?