91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 17.78M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語言: C#
  • 標簽: 圖表??c??chart??控件??

資源簡介

【實例簡介

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Linq;
using?System.Windows.Forms;
using?DevExpress.XtraCharts;
using?DevExpress.XtraEditors;

namespace?ChartControlTest
{
????public?partial?class?CrimeForm?:?DevExpress.XtraEditors.XtraForm
????{
????????GetNewData?getNewData?=?new?GetNewData();
????????private?int?seletedIndex?=?0;
????????public?CrimeForm()
????????{
????????????InitializeComponent();
????????????BindDataByPrivince();
????????}
????????private?void?BindDataByPrivince()
????????{
????????????var?dt?=?GetCrimEventByProvince();
????????????chartControl1.Series.Clear();
????????????var?series1?=?CreateNewSeries(“各省近年來暴力事件匯總“?ViewType.Bar?dt?“Strik

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-08-02?15:03??ChartControlTest\
?????目錄???????????0??2017-08-04?09:05??ChartControlTest\ChartControlTest\
?????文件?????????890??2017-08-02?15:03??ChartControlTest\ChartControlTest.sln
?????文件???????37888??2017-08-04?16:20??ChartControlTest\ChartControlTest.suo
?????目錄???????????0??2017-08-02?15:03??ChartControlTest\ChartControlTest\bin\
?????目錄???????????0??2017-08-04?16:19??ChartControlTest\ChartControlTest\bin\Debug\
?????文件???????55296??2017-08-04?16:19??ChartControlTest\ChartControlTest\bin\Debug\ChartControlTest.exe
?????文件???????69120??2017-08-04?16:19??ChartControlTest\ChartControlTest\bin\Debug\ChartControlTest.pdb
?????文件???????11600??2017-08-04?16:18??ChartControlTest\ChartControlTest\bin\Debug\ChartControlTest.vshost.exe
?????文件?????????490??2013-03-18?17:00??ChartControlTest\ChartControlTest\bin\Debug\ChartControlTest.vshost.exe.manifest
?????目錄???????????0??2017-08-04?16:19??ChartControlTest\ChartControlTest\bin\Debug\de\
?????文件??????619512??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Charts.v14.1.Core.dll
?????文件?????3489272??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Data.v14.1.dll
?????文件?????1061142??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Data.v14.1.xml
?????文件?????2534392??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Printing.v14.1.Core.dll
?????文件??????901244??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Printing.v14.1.Core.xml
?????文件?????5187576??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Utils.v14.1.dll
?????文件??????558505??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.Utils.v14.1.xml
?????文件?????4791288??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraBars.v14.1.dll
?????文件?????1931431??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraBars.v14.1.xml
?????文件?????3750392??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraCharts.v14.1.dll
?????文件??????193016??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraCharts.v14.1.UI.dll
?????文件???????67336??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraCharts.v14.1.UI.xml
?????文件?????4393976??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraCharts.v14.1.Wizard.dll
?????文件??????333333??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraCharts.v14.1.Wizard.xml
?????文件?????1280440??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraCharts.v14.1.xml
?????文件?????3495928??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraEditors.v14.1.dll
?????文件?????1562508??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraEditors.v14.1.xml
?????文件?????2551288??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraGrid.v14.1.dll
?????文件?????1424485??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraGrid.v14.1.xml
?????文件??????946680??2017-04-13?11:34??ChartControlTest\ChartControlTest\bin\Debug\DevExpress.XtraLayout.v14.1.dll
............此處省略459個文件信息

評論

共有 條評論