1、修改Web.config
ComponentArt Charting简单的数据读取和数据绑定<!--system.web is here-->
ComponentArt Charting简单的数据读取和数据绑定  
<httpHandlers>
ComponentArt Charting简单的数据读取和数据绑定    
<add verb="GET" 
ComponentArt Charting简单的数据读取和数据绑定      path
="cachedimageservice.axd" 
ComponentArt Charting简单的数据读取和数据绑定      type
="ComponentArt.Charting.CachedImageService,ComponentArt.Charting.WebChart"/>
ComponentArt Charting简单的数据读取和数据绑定  
</httpHandlers>

2、读取和绑定数据
ComponentArt Charting简单的数据读取和数据绑定double[] y = new double[] 
Chart1.DataBind();


相关文章: