Plotting Realtime Graph in visual studio c++

Mar 14, 2012 at 3:40am
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:)
Last edited on Mar 14, 2012 at 3:41am
Mar 14, 2012 at 12:05pm
If you're funded, just buy a 3rd party library that does the job.

If you're not funded, look for an open source product that is close.

If there is no open source project (which isn't the case in this instance) build one in-house.
Topic archived. No new replies allowed.