|
Project Information
Featured
Links
|
.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 More samples ChangesJul 20, 2008 - v0.6.0.0 is available to download
- Added support for QR codes (two-dimensional barcode).
Sun, Mar 02, 2008 - Automatically choose between Simple and Extended encoding
- Line charts are separate type now (old way of line charts creating is marked as obsolete now)
- Line styles are added
Sat, Dec 15, 2007 - Extended encoding added.
- Initial logic to choose encoder depending on dataset site (simple or extended)
Thu, Dec 13, 2007 Mon, Dec 10, 2007 - v0.4.0.0 is available to download
- Bar charts are separate types now (old way of bar chart creation marked as obsolete now)
- Added control over bar thickness and bars spacing.
- Samples page updated
Sun, Dec 09, 2007 - v0.3.0.0 is available to download
- Bar charts added
- Pie charts added
- Pie chart labels added
- Chart title support with (font color and font size)
- Chart legend support
Sat, Dec 08, 2007
|