Recently, the statistics are required in the project, and the statistical chart of the 3D column is used. OWC (Microsoft Office Web Component, Crystal Report, 3con Control ... think about it, or do it yourself, use the simplest way, By, haha, simple design, simple, more The main thing is: No server is installed with the client, I think, a less complex statistical map is absolutely no problem with it, and the company's project, the statistical part is done with this. In order to maintain versatility, I encapsulate it into the DLL file for everyone! ! After the text, there is the download address of the DLL file
Library file: YuanShowPic.dll Compression Pack default in bin folder Demo file: Index.aspx folder: All pictures required by IMG: Two, 1, can be referenced in the vs.net integrated development environment. 2, put it directly in the bin directory: mainpic showPic = new mainpic (); showPic.getimagehtml (TableWidth, TableHeight, FontSize, Fontcolor, Strnum, StrMemo); Parameters String TableWidth = "80%"; // Overall Width String TableHeight = "220"; // Overall height string fontsize = "2"; // Font size string fontcolor = "# 999999"; // font color string strnum = "80.3, 100, 302, 400, 300, 707.56, 600"; // Statistical object data data "Separate strMemo =" approval budget, contract amount, current thrill, expected, expected throttle, actual completion, actual amount "; // Statistical object description has been" "
reference picture:
References in integrated development environments
Quote in non-integrated development environments
Example picture:
Download address: Download (44K)