This Domain(Admin5.com) is for Sale:

用asp.net画饼图

时间:2007-11-14  来源:收集  作者:TUPS

//---以下为生成主标题
SolidBrushblackbrush=newSolidBrush(Color.Black);
stringtitle="本次《程序员大本营》推出了配套的专刊,您对专刊满足吗?";
StringFormatstringFormat=newStringFormat();
stringFormat.Alignment=StringAlignment.Center;
stringFormat.LineAlignment=StringAlignment.Center;

内容来自dedecms

copyright dedecms

objgraphics.DrawString(title,fonttitle,blackbrush,
newRectangle(0,0,width,titleheight),stringFormat);
//列出各字段与得票数
objgraphics.DrawRectangle(newPen(Color.Black,2),0,height-legendheight,width,legendheight);
for(iloop=0;iloop<ds.Tables[0].Rows.Count;iloop )
{
objgraphics.FillRectangle((SolidBrush)colors[iloop],5,height-legendheight fontlegend.Height*iloop 5,10,10);
objgraphics.DrawString(((String)ds.Tables[0].Rows[iloop]["title"]) "-" Convert.ToString(ds.Tables[0].Rows[iloop]["point"]),fontlegend,blackbrush,
20,height-legendheight fontlegend.Height*iloop 1);
}
//
objgraphics.DrawString("总票数是:" Convert.ToString(total),fontlegend,blackbrush,5,height-fontlegend.Height);
//图像总的高度-一行字体的高度,即是最底行的一行字体高度(height-fontlegend.Height)
Response.ContentType="image/jpeg";
objbitmap.Save(Response.OutputStream,ImageFormat.Jpeg);
//objbitmap.Save("myyyyyyyyyyy.jpg",ImageFormat.Jpeg);//输出到文件

本文来自织梦

织梦好,好织梦

objgraphics.Dispose();
objbitmap.Dispose();
}
</script>
dedecms.com

看完这篇,您有何感觉呢?

文章评论

共有位Admini5网友发表了评论 查看完整内容

推荐信息

24小时热门信息