WebChart在VS2010中的一些应用总结.docVIP

  • 9
  • 0
  • 约1.25万字
  • 约 12页
  • 2017-11-24 发布于河南
  • 举报
WebChart在VS2010中的一些应用总结

WebChart在VS2010中的一些应用总结 WebChart的应用前提 下载WebChart.dll文件; 在VS2010中新建ASP.NET Web应用程序(即一般的项目),在其bin目录下引用WebChart.dll文件,此时在其工具箱中添加WebChart的组件ChartControl控件;(先引用还是先建控件记得不是很清) 此时,就可以在项目.aspx中使用控件ChartControl。 WebChart的应用(饼图、柱状图、线状图) .aspx下的源文件: %@ Page Language=C# AutoEventWireup=true CodeFile=Default3.aspx.cs Inherits=Default3 % %@ Register assembly=WebChart namespace=WebChart tagprefix=Web % !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN /TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=/1999/xhtml head runat=server title/title style type=text/css .style1 { width: 100px; } /style /head body form id=form1 runat=server div table tr td class=style1 asp:GridView ID=gvPie runat=server /asp:GridView br / br / /td td style=width: 100px Web:ChartControl ID=ccPie runat=server BorderStyle=Outset BorderWidth=5px GridLines=None Height=400px LeftChartPadding=20 Padding=20 Width=500px YAxisFont StringFormat=Far,Near,Character,LineLimit / ChartTitle StringFormat=Center,Near,Character,LineLimit Text=饼状图 / XAxisFont StringFormat=Center,Near,Character,LineLimit / Background Color=LightSteelBlue / YTitle StringFormat=Center,Near,Character,DirectionVertical Text=生产量 / XTitle StringFormat=Center,Near,Character,LineLimit Text=年份 / /Web:ChartControl /td /tr tr td class=style1 asp:GridView ID=gvColumn runat=server /asp:GridView /td td style=width: 100px Web:ChartControl ID=ccColumn runat=server BorderStyle=Outset

文档评论(0)

1亿VIP精品文档

相关文档