1、修改Web.config <!--system.web is here--> <httpHandlers> <add verb="GET" path="cachedimageservice.axd" type="ComponentArt.Charting.CachedImageService,ComponentArt.Charting.WebChart"/> </httpHandlers> 2、读取和绑定数据 double[] y = new double[] Chart1.DataBind(); 相关文章: