rfcordeiro
rfcordeiro

Reputation: 67

A Plot Graph .NET WindowsForm Component Free

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

Answers (2)

Vagaus
Vagaus

Reputation: 4215

Have you tried zedgraph ?

Upvotes: 0

Oliver
Oliver

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

Related Questions