C# ASP.NET: Google Chart API Integration
Sometimes you need a graph to visualize numeric value. You could use any of the 3rd party libraries for graph rendering, or you could make a quick call to Google Chart API.
With a simple <IMG> tag you can add good looking graphs to any of your pages.
Basic Pie Chart
Labeled Pie Chart
Integrate the API call in your presentation class.
Presentation class:
Usage in ASP.Net form:
In most situations these charts are more than enough.
Visit the Google Chart API site for a complete view of the charts that the API supports.
OMG, thats amazing
Posted by: Erkan | 2009.04.21 at 03:29 PM
Quite Nice I think, and it's free.
Well sometimes you need more control, but hey!!
.. in 90% of the cases this will work just fine.
Posted by: JoNtE | 2009.04.21 at 04:07 PM