Recently, when I was working on a project, I had to perform statistical analysis on the data, so I had to generate some report statistics (such as column charts, pie charts, curve charts, etc.). It was strongly recommended on the Internet to use the DotNetCharting control to achieve this, so I made some adjustments to the DotNetCharting control. For simple learning, let’s briefly introduce the DotNetCharting control and its use.
DotNetCharting is a great .NET chart control. It supports Chinese very well, is easy to operate, and can be developed quickly. It is available for both webform and winform, and it supports both .net1.1 and 2.0. Its official address is http://www.dotnetcharting.com
Simple usage of DotNetCharting:
1. Add bindotnetCHARTING.dll to the toolbox and add a reference;
2. Drag the control to your web page, then add the reference using dotnetCHARTING; and it is ready to use;
3. Next is the encapsulation class for the DotNetCharting operation written by myself so that it can be called in the program.
Expand