Hello,
I have multiple problems in an application plotting online data. Below are my problems -
1. MSCharts flickers if my updation time is fast (around 1 sec), I have played around with Repaint, LockWindowUpdate and Visible methods, but no positive results. Is there a better method to stop flicker?
I also tried binding mschart to MS-Access using ADO, but by using that, when mschart gets updated the chart re-size itself, which gives a very bad look to chart
2. I am having around 2000 rows of data at a time on screen, so my vertical gridlines clutter too much, is there a method to show only few grid lines, maybe every 100th or so?
3. I tried hiding the gridlines and then use API lineto and drawtext, but when i try to print the mschart, these does not get printed.. any solution?
at last please let me know which is the best method to plot online data coming at very high rate (around 100 ms)?
any help is highly appreciated
Pankaj