Hi
Given a limited set of (x,y) points, I am supposed to plot the graph by interpolating so that the graph is a smooth one...
Is there any APIs for it ? any links or suggestions will be highly appreciated.
Thank you
Given a limited set of (x,y) points, I am supposed to plot the graph by interpolating so that the graph is a smooth one...
Is there any APIs for it ? any links or suggestions will be highly appreciated.
Thank you
Mahesh ChandPosted Jul 9, 2008, 11:38 AM
If you search this site for chart or line chart, you will find many articles on it.
Here are some resources:
Drawing Line Chart in ASP.NET by Steve Hall on Feb 07, 2007
I was amazed at what the VS.NET IDE does for a programmer as I was primarily used to Java via the command line.
Here is an example of creating simple charts using GDI+ commands in C#. I have used the random class to create 5 random percentage values. I then use GDI+ to plot these values on a chart.