In order to perform basic charting from a windows service (win32 API) including the generation of bar charts from开发者_如何学Go text file data (saved as .jpeg for instance), I'm stuck about whether .NET 3.5 has this ability built in.
For charting, which references should be added and/or which using statements included?
Even a nudge in the right direction would be appreciated.
Thanks!
You could use the MS Chart Controls. They can be downloaded here.
Have you looked into ZedGraph?
精彩评论