国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

Chart控件使用初步

2019-11-17 01:58:47
字體:
來源:轉載
供稿:網友

Chart控件使用初步

學習了Chart控件的初步使用方法,生成柱形圖和餅圖。

<asp:ChartID="Chart1"runat="server"Width="553px"Height="403px"><Series><asp:SeriesLegendText="得票數"Name="Series1"IsValueShownAsLabel="True"XValueMember="選擇項"YValueMembers="數量"Legend="Legend1"Color="Red"Font="MicrosoftSansSerif,12pt"LabelForeColor="Green"></asp:Series><asp:SeriesChartArea="ChartArea2"ChartType="Pie"Legend="Legend2"Name="Series2"IsValueShownAsLabel="True"XValueMember="選擇項"YValueMembers="數量"XValueType="String"></asp:Series></Series><ChartAreas><asp:ChartAreaName="ChartArea1"><AxisYTitle="得票數"><LabelStyleForeColor="Blue"/></AxisY><AxisXTitle="課程"><MajorGridLineColor="Yellow"/><%--線條顏色--%></AxisX></asp:ChartArea><asp:ChartAreaName="ChartArea2"><AxisYTitle="得票數"><LabelStyleForeColor="Blue"/></AxisY><AxisXTitle="課程"><MajorGridLineColor="Yellow"/><%--線條顏色--%></AxisX></asp:ChartArea></ChartAreas><Legends><asp:LegendName="Legend1"></asp:Legend><asp:LegendName="Legend2"><PositionX="80"Y="50"Height="20"Width="30"/></asp:Legend></Legends><Titles><asp:TitleName="Title1"Text="投票結果"></asp:Title></Titles></asp:Chart>后臺代碼:
PRotectedvoidPage_Load(objectsender,EventArgse){if(!IsPostBack){ Chart1.DataSource=GetTable();                //#XVAL表示數據點的X值,#YVAL表示數據點的Y值Chart1.Series[1].Label="課程:#VALX,得票數:#VALY";                //顯示在餅圖外面Chart1.Series[1].CustomProperties="PieLabelStyle=Outside";Chart1.Series[1].LabelToolT//自定義圖例Chart1.Series[1].LegendText="#VALX";}}publicDataTableGetTable(){stringcollectionstring=@"DataSource=./sqlexpress;InitialCatalog=OnlineVoteDB;UserID=sa;Pwd=xx;PersistSecurityInfo=True;";SqlConnectionconn=newSqlConnection(collectionstring);SqlDataAdaptersad=newSqlDataAdapter("selectnameas選擇項,votecountas數量from[Items]where[SubjectID]=13",conn);DataSetds=newDataSet();sad.Fill(ds,"table");conn.Close();returnds.Tables[0];}}效果:


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 民乐县| 舞阳县| 云和县| 黄冈市| 嘉义县| 山阴县| 武汉市| 三都| 龙海市| 崇阳县| 上蔡县| 交口县| 旺苍县| 桓台县| 阿巴嘎旗| 武功县| 磐石市| 曲松县| 凤城市| 穆棱市| 来安县| 长泰县| 林口县| 昭苏县| 山丹县| 保山市| 安阳县| 高陵县| 巴彦淖尔市| 独山县| 乐清市| 三都| 壶关县| 杭锦后旗| 内江市| 伊川县| 乌鲁木齐县| 田阳县| 庐江县| 房山区| 榆社县|