04-17-2006 02:39 PM
Nishant,
Please leave monitor size out of it, it is irrelevant. The only thing that counts is the monitor resolution in pixels and the size of your graph display in pixels.
Please attach your code again. How does the code move the green cursor across the graph? How do you time it?
04-17-2006 10:53 PM
Hii, Altenbach
Let me forget the size of the monitor and just concentrate on the monitor resolution, but it is also not relevant in my case. As K/halid wrote in his last post that the perfomance is decreased if the screen is larger, but the case is not that also, actually i am not saying that performance is decreases, but the green line of the graph takes more time to move from left to right as the size of graph decreases (if it is higher monitor resolution or lower monitor resolution).
I am attaching my vis again. Please suggest me something.
Thanks,
Nishant
04-18-2006 11:21 AM
04-18-2006 11:53 AM
Your program makes very little sense to me. Can you once more explain what kind of data arrives in the global variable? Why do you do everything with globals? Why do you need so many charts? The right way would be do place everything in a 2D buffer and have only one or two graphs (NOT charts) that display whatever slice you select via tabs and rings.
04-18-2006 11:13 PM - edited 04-18-2006 11:13 PM
Message Edited by Nishant on 04-18-2006 11:15 PM
04-18-2006 11:18 PM - edited 04-18-2006 11:18 PM
Message Edited by Nishant on 04-18-2006 11:19 PM