GoogleChartSharp

Posted by csharp-source.net on C# Source See other posts from C# Source or by csharp-source.net
Published on Wed, 30 Jan 2008 02:35:25 GMT Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 315

Filed under:
GoogleChartSharp is a C# wrapper for the Google Charts API. GoogleChartSharp supports all API charts and features. The Google Chart API returns a PNG-format image in response to a URL. Several types of image can be generated: line, bar, and pie charts for example. For each image type you can specify attributes such as size, colors, and labels. You can include a Chart API image in a webpage by embedding a URL.

© C# Source or respective owner