[2.0] .NET charting question...
what should I do to the following task:
1. Read data from a comma separted file, and show the data in a chart form.
I am able to successfully read the data (using streamreader class) and are there any third party tools that I could use to hook the data to a chart control? or is there any better way to do this stuff?
thanks
nath
Re: [2.0] .NET charting question...
NPlot and ZedGraph are the two best freebies that I'm aware of. NPlot for .NET 2.0 is on the way and ZedGraph for .NET 2.0 is available as a beta. See my signature for links.