My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: .net, chart, csharp
Show all Featured wiki pages:
NGChartSamples NGEnconding
People details
Project owners:
  erymski
Project committers:
greg.martin, numaana

.NET class library to work with Google Chart API

.NET wrapper to simplify charts generation.

Quick sample

Code 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

More samples

Changes

Jul 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









Hosted by Google Code