admin 管理员组

文章数量: 1086019


2024年3月6日发(作者:伦勃朗光绘画)

ASP绘制立体饼图

<%

dim total(7,1)

total(1,0)="xxx1"

total(2,0)="xxx2"

total(3,0)="xxx3"

total(4,0)="xxx4"

total(5,0)="xxx5"

total(6,0)="xxx6"

total(7,0)="xxx7"

total(1,1)=260

total(2,1)=1000

total(3,1)=100

total(4,1)=400

total(5,1)=1200

total(6,1)=500

total(7,1)=600

%>

xmlns:o="urn:schemas-microsoft-com:office:office">

<%call table4(total,300,100,250,250,50,0,"b")%>





















<%

function table4(total,table_x,table_y,all_width,all_height,thickness,cut_no,table_type)

'参数含义(传递的数组,横坐标,纵坐标,图表的宽度,图表的高度,饼图厚度,分离块的序号,图表的类型)

'纯ASP代码生成图表函数4——立体饼图

'作者:龚鸣(Passwordgm) QQ:25968152 MSN:passwordgm@ Email:passwordgm@

'本人非常愿意和ASP,VML,FLASH的爱好者在HTTP://进行交流和探讨

'非常感谢您使用这个函数,请您使用和转载时保留版权信息,这是对作者工作的最好的尊重。

tb_height=30

pie=3.979

rotationangle1=55

rotationangle2=-30

dim tb_color(7,2)

tb_color(1,1)="#d1ffd1"

tb_color(2,1)="#ffbbbb"

tb_color(3,1)="#ffe3bb"

tb_color(4,1)="#ff6600"

tb_color(5,1)="#d9d9e5"

tb_color(6,1)="#ffc7ab"

tb_color(7,1)="#ffff00"

tb_color(1,2)="#00ff00"

tb_color(2,2)="#ff0000"

tb_color(3,2)="#ff9900"

tb_color(4,2)="#ffcc09"

tb_color(5,2)="#666699"

tb_color(6,2)="#993300"

tb_color(7,2)="#ffcc00"

total_no=ubound(total,1)

totalpie=0

for i=1 to total_no

totalpie=totalpie+total(i,1)

next

%>

style='position:absolute;left:75pt;top:67.5pt;width:187.5pt;height:187.5pt;z-index:1'

coordorigin="100,90" coordsize="250,250"><%

PreAngle=0

TempPie=0

dim temp_total

redim temp_total(total_no,7)

temp_total(1,3)=0

K=1

flag1=0

for i=1 to total_no

TempAngle=pie*2*(total(i,1)/(TotalPie*2)+TempPie)

x1=table_x+all_width/2+cos(TempAngle)*all_width/2

y1=table_y+all_height/2-sin(TempAngle)*all_height/2

TempAngle2=pie*2*(total(i,1)/(TotalPie*2)+TempPie-0.046)

x2=table_x+all_width/2+cos(TempAngle2)*all_width/2+sin(TempAngle2)*all_height/2*sin(pie*(rotationangle1/180))*0.1

y2=table_y+all_height/2-sin(TempAngle2)*all_height/2+sin(TempAngle2)*all_height/2*sin(pie*(rotationangle1/180))*0.07

if TempPie*pie*2=Pie/2 then

temp_total(1,1)=total(i,1)

temp_total(1,2)=y1

temp_total(1,3)=TempPie

temp_total(1,4)=i

temp_total(1,5)=x1

temp_total(1,6)=x2

temp_total(1,7)=y2

else

if TempPie*pie*2=Pie*2*3/4 then

temp_total(total_no,1)=total(i,1)

temp_total(total_no,2)=y1

temp_total(total_no,3)=TempPie

temp_total(total_no,4)=i

temp_total(total_no,5)=x1

temp_total(total_no,6)=x2

temp_total(total_no,7)=y2

flag1=1

else

K=K+1

temp_total(K,1)=total(i,1)

temp_total(K,2)=y1

temp_total(K,3)=TempPie

temp_total(K,4)=i

temp_total(K,5)=x1

temp_total(K,6)=x2

temp_total(K,7)=y2

end if

end if

TempPie=TempPie+total(i,1)/TotalPie

' if K

Next

if total_no>3 then

if flag1=1 then m=total_no-1 else m=total_no

do

n=0

for i=3 to m

if temp_total(i-1,2)>temp_total(i,2) then

for j=1 to 5

temp=temp_total(i-1,j)

temp_total(i-1,j)=temp_total(i,j)

temp_total(i,j)=temp

next

n=i

end if

next

m=n

Loop Until (m<2)

end if

for i=1 to total_no

if cut_no=temp_total(i,4) then

x5=table_x+(all_width/2)

y5=(temp_total(i,7)-table_y-all_height/2)/2

else

x5=table_x

y5=table_y

end if

if temp_total(i,1)>=TotalPie/2 then

"

style='position:absolute;left:"&x5&"px;top:"&y5&"px;width:"&all_width&"px;height:"&all_height&"px;z-index:1' coordsize='1500,1400' o:spt='100' adj='0,,0'

path='m750,700ae750,700,750,700,"&int(23592960*temp_total(i,3))&","&int(23592960*(1/2-temp_total(i,3)))&"xe' fillcolor='"&tb_color(i,2)&"' strokecolor='#FFFFFF'>

color2='"&tb_color(i,2)&"' rotate='t' focus='100%' type='gradient'/>

joinstyle='round'/>

rotationangle='"&rotationangle1&","&rotationangle2&"'/>

o:connecttype='segments'/>"&CHr(13)

if (temp_total(i,3)+temp_total(i,1)/totalpie)>0.75 then z_index="2" else z_index="1"

"

style='position:absolute;left:"&x5&"px;top:"&y5&"px;width:"&all_width&"px;height:"&all_height&"px;z-index:"&z_index&"' coordsize='1500,1400' o:spt='100' adj='0,,0'

path='m750,700ae750,700,750,700,"&int(23592960*1/2)&","&int(23592960*(temp_total(i,1)/totalpie-1/2+temp_total(i,3)))&"xe' fillcolor='"&tb_color(i,2)&"' strokecolor='#FFFFFF'>

color2='"&tb_color(i,2)&"' rotate='t' focus='100%' type='gradient'/>

joinstyle='round'/>

rotationangle='"&rotationangle1&","&rotationangle2&"'/>

o:connecttype='segments'/>"&CHr(13)

else

"

style='position:absolute;left:"&x5&"px;top:"&y5&"px;width:"&all_width&"px;height:"&all_height&"px;z-index:1' coordsize='1500,1400' o:spt='100' adj='0,,0'

path='m750,700ae750,700,750,700,"&int(23592960*temp_total(i,3))&","&int(23592960*temp_total(i,1)/totalpie)&"xe' fillcolor='"&tb_color(i,1)&"' strokecolor='#FFFFFF'>

color2='"&tb_color(i,2)&"' rotate='t' focus='100%' type='gradient'/>

joinstyle='round'/>

rotationangle='"&rotationangle1&","&rotationangle2&"'/>

o:connecttype='segments'/>"&CHr(13)

end if

next

%>

<%

if table_type="A" Or table_type="a"then

"

style='position:absolute;left:"&table_x+all_width+10&"px;top:"&table_y+20&"px;width:200px;height:"&total_no*tb_height+20&"px;z-index:1'/>"

for i=1 to total_no

"

style='position:absolute;left:"&table_x+all_width+25&"px;top:"&table_y+30+(i-1)*tb_height&"px;width:60px;height:"&tb_height&"px;z-index:1'>"

"

width='100%' height='100%'>

align='left'>"&total(i,0)&"

"

"

style='position:absolute;left:"&table_x+all_width+80&"px;top:"&table_y+30+(i-1)*tb_height+3&"px;width:30px;height:20px;z-index:1' fillcolor='"&tb_color(i,1)&"'>

color2='"&tb_color(i,2)&"' rotate='t' focus='100%' type='gradient'/>"

'显示比例数

"

style='position:absolute;left:"&table_x+all_width+110&"px;top:"&table_y+30+(i-1)*tb_height&"px;width:60px;height:"&tb_height&"px;z-index:1'>"

"

width='100%' height='100%'>

align='left'>"&formatnumber(total(i,1)*100/totalpie,2,-1)&"%

"

next

end if

if table_type="B" Or table_type="b"then

TempPie=0

for i=1 to total_no

TempAngle=pie*2*(total(i,1)/(TotalPie*2)+TempPie)

x1=table_x+all_width/2+cos(TempAngle)*all_width*3/8

y1=table_y+all_height/2-sin(TempAngle)*all_height*3/8

x2=table_x+all_width/2+cos(TempAngle)*all_width*3/4

y2=table_y+all_height/2-sin(TempAngle)*all_height*3/4

if x2>table_x+all_width/2 then

x3=x2+20

x4=x3

else

x3=x2-20

x4=x3-100

end if

"

style='position:absolute;left:"&x1-2&"px;top:"&y1-2&"px;width:4px;height:4px; z-index:2'

fillcolor='#111111' strokecolor='#111111'/>"&CHR(13)

"

style='position:absolute;left:0;text-align:left;top:0;z-index:1' from='"&x1&"px,"&y1&"px'

to='"&x2&"px,"&y2&"px' coordsize='21600,21600' strokecolor='#111111'

strokeweight='1px'>"

"

style='position:absolute;left:0;text-align:left;top:0;z-index:1' from='"&x2&"px,"&y2&"px'

to='"&x3&"px,"&y2&"px' coordsize='21600,21600' strokecolor='#111111'

strokeweight='1px'>"

"

style='position:absolute;left:"&x4&"px;top:"&y2-10&"px;width:130px;height:20px;z-index:1'>"

"

width='100%' height='100%'>

"&total(i,0)&"

"&formatnumber(total(i,1)*100/totalpie,2,-1)&"%

"

TempPie=TempPie+total(i,1)/TotalPie

next

end if

end function

%>


本文标签: 图表 作者 函数 传递 转载