参照http://tech.it168.com/msoft/2008-01-17/200801170721389.shtml
参照例子http://zedgraph.org/wiki/index.php?title=Smooth_Chart_Demo
利用iTextSharp生成Pdf一个小例子
1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Data; 5using iTextSharp; 6using iTextSharp.text; 7using iTextSharp.text.pdf; 8using System.IO; 9 10namespace CNINSURE.WEB.COMMON 11{ 12 /**//// 13 /// 将DataTable转化为PDF文件的方法 14 /// 15 public...