Microsoft Chart Controls for .NET Framework supports a variety of rich chart options, including pie, area, range, point, circular, accumulation, data distribution (data distribution), ajax interactive (AJAX interaction), doughnut (donut chart) and so on. You can declare chart data statically in the control's declaration, or you can populate it dynamically using data binding. At runtime, the server control generates an image (such as a .PNG file) that is referenced in the page's client HTML using the elements output by the control. The server control supports the ability to cache chart images and save them to disk for use in persistence scenarios. It does not require the installation of other server software and can be used on any standard ASP.NET web page.
The entire graphic control is mainly composed of the following parts:
1.Annotations --a collection of graphic annotations
2.ChartAreas --chart area collection
3.Legends --legend collection
4.Series --chart sequence collection (i.e. chart data object collection)
5.Titles - a collection of icon titles. This sample code can dynamically display three-dimensional, plane, curve and other types of Charts and applications combined with Ajax by setting various parameters. For specific functions, please see [Local Demo]
At the same time, you can view C# and Vb.net related source codes online. The database uses Access.
Before running the program, please follow MSChart.exe in the source directory.
Expand