Skip to content
panterlo edited this page Oct 17, 2010 · 7 revisions

Also check out the brief announcement on my blog, http://www.panterlo.com/2010/10/17/google-visualization-api-gets-easy-with-net-mvc/

The v1s.GoogleVisualization is a C#, C Sharp, Class Library written in .NET 4.0 to support all the aspects of the Google Visualization API, you can read more about Google Visualization API here http://code.google.com/apis/charttools/index.html. This class library doesn't rely on any third-party implementation of JSON response creation, it has it's own JSON handler.

The class library also supports Microsoft .NET MVC which offers an extremley easy-to use feature when generating chart content based on the request from Google's visualization API.

Please note that you need to handle the query requests yourself depending on what your datasource is. The example doesn't use this feature.

Check out the MVC Sample (is commited into the source) MVC Sample

Clone this wiki locally