请问高手:如何用ASP实现饼图?

andy2001p 2003-05-26 01:12:11
如何用ASP实现饼图?60分
...全文
38 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
lqflsh 2003-05-27
  • 打赏
  • 举报
回复
http://www.aspsky.net/article/list.asp?id=1638
http://www.aspsky.net/article/list.asp?id=1663
lqflsh 2003-05-27
  • 打赏
  • 举报
回复
<html>
<head>
<title>AspChart组件示例(立体饼状图)</title>
</head>
<body bgcolor=white>
<blockquote>
<center>
<h2>AspChart组件示例(立体饼状图)</h2>
<%
Dim Chart
cBar = 1
cPie = 3
cNone = 0
cRectGradient =6
Set Chart = Server.CreateObject ("ASPChart.Chart")
Chart.AddSeries (cPie)
Chart.AddValue 200, "第一小组", vbBlue
Chart.AddValue 233, "第二小组", vbRed
Chart.AddValue 220, "第三小组", vbGreen
Chart.PanelColor = vbWhite
Chart.BevelOuter = cNone
Chart.ChartBGColor = vbWhite
Chart.HintsVisible = true
Chart.Height = 200
Chart.Width = 550
Chart.FileName = "c:\inetpub\wwwroot\images\smpchrt5.jpg"
Chart.SaveChart
Response.Write "<img src=""/images/smpchrt5.jpg""><p><br></p><p><br></p>"
Set Chart = nothing
%>
</center>
</blockquote>
</body>
</html>
http://www.google.com/search?q=ASPCHART&ie=UTF-8&oe=UTF-8&hl=zh-CN&btnG=Google%E6%90%9C%E7%B4%A2&lr=
下载ASPCHART.DLL
需要注册的。
andy2001p 2003-05-27
  • 打赏
  • 举报
回复
如何做具体一点吧!
Zygodactyous 2003-05-26
  • 打赏
  • 举报
回复
可以用ASP调用 用flash做的拼图
andy2001p 2003-05-26
  • 打赏
  • 举报
回复
具体一点!

chf0797 2003-05-26
  • 打赏
  • 举报
回复
用MSchart组件。要注册的。你可以在你自已机子试试。
程序调用时将数据自动生成图片。

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧