惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Martin Fowler
Martin Fowler
T
Tailwind CSS Blog
B
Blog RSS Feed
Vercel News
Vercel News
博客园 - 聂微东
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
GbyAI
GbyAI
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
C
Check Point Blog
MongoDB | Blog
MongoDB | Blog
B
Blog

博客园 - pysharp

openstack horizon api step by step understanding horizon's template path what can PsTools\psexec do! - pysharp What's New in Python3.0 - pysharp [转]利用adsutil.vbs脚本创建自定义web站点 我的2008. sql基础篇,不断更新中...... TypeConvert Demo javascript 调试器v1.0.0.0 c#面向对象中的继承初步认识 .net 集合类初步认识 c# 目录操作类 c# 文件操作类 - pysharp - 博客园 关于urlrewrite的小DEMO - pysharp - 博客园 c# 动态编译方法 c# 读取Excel到datable asp.net 下载和在线预览Excel的方法 排序算法 c#实现 简单使用nHibernate,新手练习用。
Dundas Chart Demo For New User - pysharp
pysharp · 2008-05-06 · via 博客园 - pysharp

最近项目要用到Dundas Chart组件了,做个小东西熟悉一下,做了一天了,图的效果不错。

this is html code

Code

Code Bihind

Code

这里暂时只演示的静态数据,动态邦定的例子我写完了再发。
总结一下:

/*chart的过程
  * 1,new one chart() object
  * 2,set chart style
  * 3,add chartarea into chart
  * 4,new one legend() object
  * 5,set legend() style just alin and font
  * 6,add legend() to chart's lengends collection
  * 7,dock legend() to a chartarea
  * 8,add series to chart 's series collection chart1.series.add("name");
  * 9,new series() object series ss=chart1.series["name"];
  * 10,series databind
  * 11,series.chartarea="chartarea name"
  * 12,series.legend="legend name"
  * 13,series is real chart to show for us eye?!
  * 14,save dynamic picture to server and set image control's imageurl is picture's url
  */
 偶 Englis very pool.sorry :^)