SChart,微软的一个很不错的画图控件,以下转载自:http://blog.tom.com/easehaibo/article/1374.html
1. 在工程中添加MSChart控件
Project—〉Add to Project—〉Registered ActiveX Controls,选中Microsoft Chart Control 6.0(SP4)(OLEDB)
点击Insert,一路确定
2. 在用到控件的地方加上相应的头文件,mschart.h,还有其他比较常用的头文件:(重要!上面两个例子没有提到,可能都是在视窗中使用,在对话框应用中需要添加)
#include "VcPlot.h"
#include "VcAxis.h"
#include "VcValueScale.h"
#include "VcSeriesCollection.h"
#include "VcSeries.h"
#include "VcPen.h"
#include "VcCategoryScale.h"
#include "VcColor.h"
#include "VcDataGrid.h"
#include "VcBackdrop.h"
#include "VcFill.h"
#include "VcBrush.h