Microsoft recently released the latest ASP. NET Server-side control <asp: Chart/>, which can be used in ASP. NET 3.5 to display dazzling charts on the browser side.
- Download the free Microsoft chart controls
- Download the vs 2008 tool support for the chart controls
- Download the Microsoft chart controls Samples
- Download the Microsoft chart controls documentation
- Visit the Microsoft chart control forum
Once the <asp: Chart/> control is installed, it will appear in the "data" column of the toolbar. It can also be easily used on the ASP. NET page.CodeDefinition:
<Asp: Chart/> supports a wide range of chart formats, including pie, area, range, point, circular, accumulation, data distribution, Ajax interactive, doughnut, and more. you can directly enter data in the panel or bind the data to dynamic display. When running, this control generates an image (such as a PNG file) on the server, and the client uses an HTML element to reference the image. This server control provides the function of caching the image or saving the image as a file for a long time. It can work on any standard ASP. NET page without the support of special software.
To better understand this control, I recommend downloading the Microsoft chart controls sample project.
Below are several captured images:
In addition to the above examples, you can download microsoft chart control documentation or go to chart controls forum to discuss
Source with Scott's blog: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx