国产探花免费观看_亚洲丰满少妇自慰呻吟_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];}}效果:


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 乌兰察布市| 射洪县| 陕西省| 犍为县| 利辛县| 巴马| 泰顺县| 唐山市| 凤城市| 莱阳市| 呈贡县| 西丰县| 夏邑县| 武宣县| 芦山县| 靖西县| 大余县| 奉贤区| 开平市| 商都县| 汉川市| 吉安市| 咸宁市| 兴山县| 攀枝花市| 富宁县| 高碑店市| 淮滨县| 平罗县| 博乐市| 扎赉特旗| 瑞昌市| 宣城市| 镇赉县| 闸北区| 铁岭县| 枣庄市| 旅游| 太仆寺旗| 湄潭县| 革吉县|