1.结构
msdn上只找到office2000的资料,仅供参考。
OWC画图-Microsoft Office Chart ComponentOWC画图-Microsoft Office Chart Component

 
然后自带的文档一般在 安装盘:\Program Files\Common Files\Microsoft Shared\Web Components\11\2052,里面的OWCVBA11.CHM为OWC的VBA编程参考。

2.编程测试
本例子采用VS.NET2005,C#,Office11实现。

  1OWC画图-Microsoft Office Chart Componentusing System;
  2OWC画图-Microsoft Office Chart Componentusing System.Data;
  3OWC画图-Microsoft Office Chart Componentusing System.Configuration;
  4OWC画图-Microsoft Office Chart Componentusing System.Web;
  5OWC画图-Microsoft Office Chart Componentusing System.Web.Security;
  6OWC画图-Microsoft Office Chart Componentusing System.Web.UI;
  7OWC画图-Microsoft Office Chart Componentusing System.Web.UI.WebControls;
  8OWC画图-Microsoft Office Chart Componentusing System.Web.UI.WebControls.WebParts;
  9OWC画图-Microsoft Office Chart Componentusing System.Web.UI.HtmlControls;
 10OWC画图-Microsoft Office Chart Componentusing System.ComponentModel;
 11OWC画图-Microsoft Office Chart Component
 12OWC画图-Microsoft Office Chart Componentpublic partial class _Default : System.Web.UI.Page
 13



3.测试结果图
单类型图:
OWC画图-Microsoft Office Chart Component
OWC画图-Microsoft Office Chart Component
OWC画图-Microsoft Office Chart Component
OWC画图-Microsoft Office Chart Component
OWC画图-Microsoft Office Chart Component

多类型图:

OWC画图-Microsoft Office Chart Component
OWC画图-Microsoft Office Chart Component


4.参考资料
Office Developer Center  http://msdn2.microsoft.com/en-us/library/aa164003(office.10).aspx
如何创建组合图表与图表 Web 组件 http://support.microsoft.com/kb/240263/
2003 .net owc11简单用法!http://blog.csdn.net/pkkfaii/archive/2006/11/14/1384276.aspx
ASP.NET中实时图表的实现   http://blog.csdn.net/yangyifan0/archive/2006/05/17/742416.aspx
microsoft office web 组件(owc11)的编程(.net) http://www.cnblogs.com/mse2002/articles/353731.html
C#编写OWC11组件源代码(2) http://7698.org/c8ccca46-8a4f-4b56-aa38-7f5e254ab6af/



相关文章:

  • 2021-06-14
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-02-10
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2022-01-04
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-02-22
  • 2022-12-23
相关资源
相似解决方案