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

資源簡介

借助一些控件,自己開發的一個界面數據顯示程序,包括柱狀圖,餅圖,儀表盤,以及數據表格等等,有興趣的可以下載研究。

資源截圖

代碼片段和文件信息

using?LiveCharts;
using?LiveCharts.WinForms;
using?LiveCharts.Wpf;
using?Sunny.UI;
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.Windows.Media;

namespace?DataShow
{
????public?partial?class?FormMain?:?UIForm
????{
????????public?FormMain()
????????{
????????????InitializeComponent();
????????}

????????private?void?FormMain_Load(object?sender?EventArgs?e)
????????{
????????????InitSolidGauge();

????????????InitGauge();
????????????InitUPHChart();
????????????InitYieldChart();
????????????InitPie();
????????????InitChart();
????????????this.uiDataGridView1.style?=?UIstyle.Black;
????????????this.uiDataGridView1.Rows.Add(1?“測試1“?“測試2“?false);
????????????this.uiDataGridView1.Rows.Add(2?“測試1“?“測試2“?true);
????????????this.uiDataGridView1.Rows.Add(3?“測試1“?“測試2“?true);
????????????this.uiDataGridView1.Rows.Add(4?“測試1“?“測試2“?false);
????????????this.uiDataGridView1.Rows.Add(5?“測試1“?“測試2“?true);
????????????this.uiDataGridView1.Rows.Add(6?“測試1“?“測試2“?true);

????????}

????????private?void?InitGauge()
????????{
????????????this.angularGauge1.FromValue?=?10;
????????????this.angularGauge1.ToValue?=?100;
????????????this.angularGauge1.TickStep?=?1;
????????????this.angularGauge1.LabelsStep?=?10;
????????????this.angularGauge1.Value?=?33;
????????????this.angularGauge1.Wedge?=?270;
????????????this.angularGauge1.Text?=?“產量UPH“;
????????????this.angularGauge1.base.Name?=?“UPH“;
????????????this.angularGauge1.base.Foreground?=?System.Windows.Media.Brushes.White;
????????????this.angularGauge1.Sections.Add(new?AngularSection
????????????{
????????????????FromValue?=?10
????????????????ToValue?=?120
????????????????Fill?=?new?System.Windows.Media.SolidColorBrush(System.Windows.Media.Color.FromRgb(172?172?170))
????????????});
????????????this.angularGauge1.Sections.Add(new?AngularSection
????????????{
????????????????FromValue?=?120
????????????????ToValue?=?180
????????????????Fill?=?new?System.Windows.Media.SolidColorBrush(System.Windows.Media.Color.FromRgb(180?22?33))
????????????});
????????}

????????private?void?InitPie()
????????{
????????????Func?labelPoint?=?chartPoint?=>
????????????????string.Format(“{0}?({1:P})“?chartPoint.Y?chartPoint.Participation);
????????????this.pieChart1.Series?=?new?SeriesCollection{
????????????????new?PieSeries
????????????????{
????????????????????title=“Impulse“
????????????????????Values=new?ChartValues{3}
????????????????????DataLabels=true
????????????????????PushOut=10
????????????????????LabelPoint=labelPoint
????????????????}
????????????????new?PieSeries
????????????????{
????????????????????title=“Function“
????????????????????Values=new?ChartValues{22}
????????????????????DataLabels=true
??????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-12-28?17:55??DataShow\
?????目錄???????????0??2020-12-18?11:32??DataShow\ControlLibrary\
?????文件??????152064??2020-08-31?09:14??DataShow\ControlLibrary\LiveCharts.dll
?????文件???????19456??2020-08-31?09:14??DataShow\ControlLibrary\LiveCharts.WinForms.dll
?????文件??????217600??2020-08-31?09:14??DataShow\ControlLibrary\LiveCharts.Wpf.dll
?????文件?????1724416??2020-12-21?14:15??DataShow\ControlLibrary\SunnyUI.dll
?????目錄???????????0??2021-05-13?13:45??DataShow\DataShow\
?????文件?????????993??2020-12-21?17:45??DataShow\DataShow.sln
?????文件???????71168??2021-01-18?19:53??DataShow\DataShow.v12.suo
?????文件?????????187??2020-12-15?10:15??DataShow\DataShow\App.config
?????目錄???????????0??2020-12-15?10:17??DataShow\DataShow\bin\
?????目錄???????????0??2020-12-23?09:56??DataShow\DataShow\bin\Debug\
?????文件?????1499648??2014-08-11?14:06??DataShow\DataShow\bin\Debug\CSkin.dll
?????文件??????136192??2021-05-13?13:45??DataShow\DataShow\bin\Debug\DataShow.exe
?????文件?????????187??2020-12-15?10:15??DataShow\DataShow\bin\Debug\DataShow.exe.config
?????文件???????48640??2021-05-13?13:45??DataShow\DataShow\bin\Debug\DataShow.pdb
?????文件???????24224??2021-05-13?16:04??DataShow\DataShow\bin\Debug\DataShow.vshost.exe
?????文件?????????187??2020-12-15?10:15??DataShow\DataShow\bin\Debug\DataShow.vshost.exe.config
?????文件?????????490??2019-12-07?17:10??DataShow\DataShow\bin\Debug\DataShow.vshost.exe.manifest
?????文件??????152064??2020-08-31?09:14??DataShow\DataShow\bin\Debug\LiveCharts.dll
?????文件???????19456??2020-08-31?09:14??DataShow\DataShow\bin\Debug\LiveCharts.WinForms.dll
?????文件??????217600??2020-08-31?09:14??DataShow\DataShow\bin\Debug\LiveCharts.Wpf.dll
?????文件?????1724416??2020-12-21?14:15??DataShow\DataShow\bin\Debug\SunnyUI.dll
?????目錄???????????0??2020-12-15?10:17??DataShow\DataShow\bin\Release\
?????文件????????5256??2020-12-21?17:46??DataShow\DataShow\DataShow.csproj
?????文件???????12639??2021-05-13?13:45??DataShow\DataShow\FormMain.cs
?????文件???????35019??2020-12-31?16:05??DataShow\DataShow\FormMain.Designer.cs
?????文件????????6553??2020-12-31?16:05??DataShow\DataShow\FormMain.resx
?????目錄???????????0??2020-12-15?10:15??DataShow\DataShow\obj\
?????目錄???????????0??2021-05-13?13:45??DataShow\DataShow\obj\Debug\
?????文件????????1348??2021-05-13?16:04??DataShow\DataShow\obj\Debug\DataShow.csproj.FileListAbsolute.txt
............此處省略23個文件信息

評論

共有 條評論