Reputation: 67
I'm searching for a plot .NET component to plot a 2D line chart, given an array of data. It will be used with WindowsForm (C#) and It will be very helpful if it could be freeware. It is for a scientific application. This is my first asked question in stackoverflow, and excuse me for my terrible English written.
Upvotes: 0
Views: 1502
Reputation: 45109
Microsoft Chart Controls for Microsoft .NET Framework 3.5 is the way to go.
Maybe you should take a look into this tutorial.
Upvotes: 1