|
Project Information
Members
Featured
Wiki pages
Links
|
.NET class library to work with Google Chart API.NET wrapper to simplify charts generation. Quick sampleCode for URL generation will looks like: LineChart chart = new LineChart(
new ChartSize(200, 125),
new ChartData(new int[] { 0, 1, 25, 26, 51, 52, 61, 1 })
);
return chart.ToString();and it generates an url like this: http://chart.apis.google.com/chart?cht=lc&chs=200x125&chd=s:ABZaz09B ChangesJul 20, 2008 Sun, Mar 02, 2008
Sat, Dec 15, 2007
Thu, Dec 13, 2007
Mon, Dec 10, 2007
Sun, Dec 09, 2007
Sat, Dec 08, 2007
|