ETC.../Chart

[참고자료] A 2D Lite Graph Control with Multiple Plot Support

izen8 2011. 3. 27. 14:26

A 2D Lite Graph Control with Multiple Plot Support


[출처] http://abipictures.tistory.com/315


Environment:  MS VC++ 6.0, Windows 2000

This is a simple, lightweight 2D graph control that supports multiple plots as well as printing. Why make another graph control? This one gives the user basic functionality which would make a great oscilloscope without a lot of extra features getting in the way. Because it is so small, it's also a great base from which to develop a more fully featured specialized graph–the very essence of OOP!

Note: It makes use of the MemDC class written by Keith Rule, and downloaded from Codeguru.com.