Hey! I want to display dots and functions in my dotnet app. Can you recommend a good free plotting control for WinForms?
A:
This question might be of help (ZedGraph comes out well), more to do with plotting graphs though.
Pauk
2009-07-10 22:11:31
A:
I'd go with an ordinary PictureBox, and do all the plotting/graphing myself. I've found that mastering 2D graphics in .Net takes about as long as getting the average third-party control to work the way you want it to, and you won't end up with the deployment problems that often result from incorporating licensed third-party components.
MusiGenesis
2009-07-10 23:45:59
At a basic level, maybe, but it will take you a lot longer to get the options that an existing library offers than it will to learn the API.
Ed Swangren
2009-07-13 19:35:14