ASP.NET(C#)

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

SE30397-TG-610784

1.在bin目录下添加三个dll,并引用
using C1.Web.C1WebChart;
using C1.Web.C1WebChartBase;
using C1.Win.C1Chart;

2.在webconfig中<system.web>下添加

    <httpHandlers>

      <add verb="*" path="c1chartimage.aspx"

         type="C1.Web.C1WebChart.ImageHttpHandler,C1.Web.C1WebChart"/>

    </httpHandlers>


3.右击WebChart控件,属性ImageRenderMethod选择httpHandlers

posted on 2005-05-13 14:00  battlerstar  阅读(956)  评论(1编辑  收藏  举报