views:

22

answers:

1

I have data in data table like below. alt text

I am trying to make graph like below using asp.net chart control (made graph in excel with some test data)

alt text

points are X and Y values. lines are linear, exponential, logarithmic and power values.

So how can I make this chart in asp.net (vb.net or c#)? I am newbie to chart control.

thank you

A: 

This article/guide on the MSDN site describes it pretty well. There are also a number of links from that page that go into additional detail. (Currently doing chart controls myself, and MSDN really helped.)

JasCav