Plotting graph using MFC
-
Hi, I have to plot a graph using MFC for one of my projects.Is there any example or tutorial which explains how to do that. Regards, Mayank
-
Hi, I have to plot a graph using MFC for one of my projects.Is there any example or tutorial which explains how to do that. Regards, Mayank
The Scribble example from MSDN is possibly your best starting point. It already contains all the framework and most of the drawing code you need along with mouse interaction which you won't want at least to start with. It should be straight forwrd to adapt it to read a file of axis and point data and generate a graph. 3 hours tops :)
Nothing is exactly what it seems but everything with seems can be unpicked.
-
Hi, I have to plot a graph using MFC for one of my projects.Is there any example or tutorial which explains how to do that. Regards, Mayank
I developped a charting control some time ago. Check my sig for the link. There are some other similar controls in the same category also.
Cédric Moonen Software developer
Charting control [v1.2]