资 源 简 介
VC6下的实时显示曲线// 设置网格间距void SetGridResolutionX(int nGridReluX);// 设置网格间距void SetGridResolutionY(int nGridReluY);// 设置网格滚动速度,正值为从左向右滚动,0不动void SetGridScrollSpeedX(int nSpeedX);// 正值为从上到下滚动,0不动void SetGridScrollSpeedY(int nSpeedY);// 网格线宽度void SetGridLineWidth(int nWidth);// 背景色void SetGridBackClr(COLORREF clr);// // 锁定数据显示范围void LockRang(bool bfLo
文 件 列 表
很好的曲线控件
Debug
MemDC.h
MultiColorPlotCtrl.cpp
MultiColorPlotCtrl.h
ReadMe.txt
res
Resource.h
StdAfx.cpp
StdAfx.h
testMultiColorPlotCtrl.aps
testMultiColorPlotCtrl.clw
testMultiColorPlotCtrl.cpp
testMultiColorPlotCtrl.dsp
testMultiColorPlotCtrl.dsw
testMultiColorPlotCtrl.h
testMultiColorPlotCtrl.ncb
testMultiColorPlotCtrl.opt
testMultiColorPlotCtrl.plg
testMultiColorPlotCtrl.rc
testMultiColorPlotCtrlDlg.cpp
testMultiColorPlotCtrlDlg.h
实时曲线类使用说明.txt