如何在MFC C ++ Dialogbased应用程序中绘制图形

如何在MFC C ++ Dialogbased应用程序中绘制图形

问题描述:





如何在基于MFC c ++对话框的应用程序中绘制图形?我想在应力与角度之间绘制图形。压力保存在一个文件中,角度保存在另一个文件中。



谢谢。

Hi,

How to plot graph in MFC c++ dialogbased application ? I want to plot graph between stress vs angle. stress's are saved in one file and angles are saved in another file.

Thank you.

oldie-goldie 代码项目的文章 高速制图控制 [ ^ ]。
The oldie-goldie Code Project's article "High-speed Charting Control"[^].


除了C Pallini在解决方案1中显示的参考文献之外,还有一篇关于该主题的CodeProject文章:

具有增强用户界面的MFC图表控件 [ ^ ]。



另请查看此列表: http://www.componentsource.com/features/charting-graphing/c-mfc/index.html [ ^ ]。



-SA
On addition to the reference shown by C Pallini in Solution 1, here is one more CodeProject article on the topic:
An MFC Chart Control with Enhanced User Interface[^].

Also please review this list: http://www.componentsource.com/features/charting-graphing/c-mfc/index.html[^].

—SA