How to create a simple graphical graph in VB.NET for a website

Does anyone have any suggestions on how I can create a very simple graph for a web application? It should show energy consumption levels per month for one year.

So, basically I want this to look like (assuming my ASCII works)

- \ -

Yes it is not, I changed my open image id to sample

http://mrbrutal.myopenid.com/

Sorry for the lengthy approach - question for another time - free image hosting from openid (and possibly on another site)

Greetings

0


source to share


5 answers


You should try the Google Maps API . There are some good use cases out there that seem to create what you want.



+3


source


If I were you, I would look at the Google Chart API - it will do exactly what you want with a minimum of hassle.



+2


source


There is also a new ASP.NET Chart Management .

+1


source


You can also use Microsoft's new Silverlight charting components. Free and they will display just images.

0


source


If you don't mind depending on JavaScript, the Google Rendering API is pretty nifty.

It is the standard interface for many visualizations, including linecharts , image-based line charts (uses the Google Charting API) and many others that can fit even better for your need.

0


source







All Articles