Plotting Realtime Graph in visual studio c++

Hi everyone,

I am a new to windows programming.I am developing a application to process the measurement data from a laser sensor. I have got the data from the sensor and did some calulations and I need to plot the data which are in the double arrays say afx[81] and afy[81].. I have been browsing since yesterday to plot the 2-D graph.I found out the options I have are,
1. using a third party library like gnuplot.
2. using standard graphic library like PGL.
http://www.codeproject.com/Articles/1546/Plot-Graphic-Library
3.using C# or visual basic to do the plot and using it from c++.

MY requirements are
1.I need to do real time plotting.the max scanning frequency of the sensor is 50hz.
2.I want the application to run in all windows computers as a single application.

Can someone provide me the best possible solution that I can approach.

Thanks in advance
Lakshmikant.
Have a blissful time ahead:)
Topic archived. No new replies allowed.