欢迎光临
我们一直在努力

一个图象分析的组件。(调用源码,备注加组件)-ASP教程,ASP应用

建站超值云服务器,限时71元/月

<%

response.contenttype="image/jpeg"

set delphiaspobj = server.createobject("aspcom.chartimage")

delphiaspobj.about

delphiaspobj.clear

delphiaspobj.title="标题" 显示柱状图的标题

delphiaspobj.foot="备注" 备注柱状图是分析啥地

delphiaspobj.width=600 设备柱状图的宽度

delphiaspobj.height=400 设备柱状图的长度

delphiaspobj.setrange 0, 100

delphiaspobj.addvalue 200, "达", 123456 转入值,标识和颜色(这个不敢确定)

delphiaspobj.addvalue 40, "#2", 3456677

delphiaspobj.addnull "null" 转入值,标识和颜色(这个不敢确定)

delphiaspobj.addvalue 20, "#5", 1243535

delphiaspobj.addvalue 20, "#3", 1243535 转入值,标识和颜色(这个不敢确定)

delphiaspobj.addvalue 50, "#4", 243455 转入值,标识和颜色(这个不敢确定)

delphiaspobj.addvalue 40, "#5", 123535 转入值,标识和颜色(这个不敢确定)

delphiaspobj.addvalue 550, "#6", 123535 转入值,标识和颜色(这个不敢确定)

delphiaspobj.setcharttype 0

delphiaspobj.setmarkfont 8, 0

delphiaspobj.settitlefont 8, 0

delphiaspobj.setfootfont 8, 0

font size , font color

0: bar 1: horizbar 2: line 3: pie 4: point 5: area

delphiaspobj.setmark true,false,true,1

mark visible , mark transparent , border visible , mark style

style: 0:value 1:label 2:labelvalue 3:labelpercenttotal 4: percent 5:percenttotal

delphiaspobj.setaxis true,"x轴",90,"y轴",0,true 显示x,y轴

axis visible , horiz title , horiz angle , vertical title , veritcal angle , legend visible

delphiaspobj.setpanel 1677215,true,true,9895167,1677215

color , border visible , gradient visible , start color , end color

delphiaspobj.setbgimage "d:\aliang\chart\testbg.jpg" 设置图象的背景色

background image file name

delphiaspobj.view3d=true 设置是否显示3d

response.binarywrite delphiaspobj.image(100)

image quality [optional] 100 is the best 0 is the worst

%>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 一个图象分析的组件。(调用源码,备注加组件)-ASP教程,ASP应用
分享到: 更多 (0)