Scrolling graph control winaxc200 visual c++ net 7.1 (c++ code using atl)
We've introduced a scrolling graph control (originally a sweeping graph, but problem appears to exist under other types) which fails under the following conditions
A loop generates data which is sent to the graph via the .UpdateDynData() function. Only the 1st 500 points appear to be graphed.
Is this a known problem? Please let me know if additional info is needed.
This results in a scrolling graph with 1000 points in the plotting area. The graph updated properly for the first 1000 points, and all subsequent updates past 1000 points. It also worked properly as a sweep graph. I am not sure what you mean by:
"Only the 1st 500 points appear to be graphed."
Can you describe how the example program Simple can be modified to reproduce your problem ?