Question

This is just an open question on whether similar type tools/services for visualization available in .Net.

Thanks.

OTHER TIPS

If you're looking for Google Charts API, there's Google Chart API controls for Asp.NET and Google Charts for Asp.Net on CodePlex.

Presumably you are refering to http://code.google.com/apis/chart/interactive/docs/dev/implementing_data_source.html, well as it turns out there seems to be pretty nice little library in .net that can transform a System.Data.DataTable into a google JSON datatable, simply exposing this through a webmethod and you can use the google Chart Visualisation!!

This is the library that seems to do the job you'r after for .net: http://code.google.com/p/bortosky-google-visualization/wiki/ReadMe

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top