I have data in data table like below.
I am trying to make graph like below using asp.net chart control (made graph in excel with some test data)
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