找传奇、传世资源到传世资源站!

wpf显示波形图

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

wpf显示波形图wpf显示波形图,运用了LIveCharts这个开源控件 from clipboard .
├── live-charts-wpf-line-chart-master
│   ├── README.md
│   ├── WpfAppLiveChartsDemo
│   │   ├── charts222
│   │   │   ├── App.config
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Themes
│   │   │   │   └── Generic.xaml
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── LiveCharts.Wpf.dll
│   │   │   │       ├── LiveCharts.Wpf.pdb
│   │   │   │       ├── LiveCharts.Wpf.xml
│   │   │   │       ├── LiveCharts.dll
│   │   │   │       ├── LiveCharts.pdb
│   │   │   │       ├── LiveCharts.xml
│   │   │   │       ├── charts222.exe
│   │   │   │       ├── charts222.exe.config
│   │   │   │       └── charts222.pdb
│   │   │   ├── charts222.csproj
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── App.g.cs
│   │   │   │       ├── App.g.i.cs
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │       ├── MainWindow.baml
│   │   │   │       ├── MainWindow.g.cs
│   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │       ├── Themes
│   │   │   │       │   └── Generic.baml
│   │   │   │       ├── charts222.Properties.Resources.resources
│   │   │   │       ├── charts222.csproj.AssemblyReference.cache
│   │   │   │       ├── charts222.csproj.CopyComplete
│   │   │   │       ├── charts222.csproj.CoreCompileInputs.cache
│   │   │   │       ├── charts222.csproj.FileListAbsolute.txt
│   │   │   │       ├── charts222.csproj.GenerateResource.cache
│   │   │   │       ├── charts222.exe
│   │   │   │       ├── charts222.g.resources
│   │   │   │       ├── charts222.pdb
│   │   │   │       ├── charts222_MarkupCompile.cache
│   │   │   │       ├── charts222_MarkupCompile.i.cache
│   │   │   │       ├── charts222_MarkupCompile.i.lref
│   │   │   │       └── charts222_MarkupCompile.lref
│   │   │   └── packages.config
│   │   ├── charts222.sln
│   │   └── packages
│   │       ├── LiveCharts.0.9.7
│   │       │   ├── LiveCharts.0.9.7.nupkg
│   │       │   ├── lib
│   │       │   │   ├── net40
│   │       │   │   │   ├── LiveCharts.dll
│   │       │   │   │   ├── LiveCharts.pdb
│   │       │   │   │   └── LiveCharts.xml
│   │       │   │   ├── net45
│   │       │   │   │   ├── LiveCharts.dll
│   │       │   │   │   ├── LiveCharts.pdb
│   │       │   │   │   └── LiveCharts.xml
│   │       │   │   └── portable-net45 win8 wp8
│   │       │   │       ├── LiveCharts.XML
│   │       │   │       ├── LiveCharts.dll
│   │       │   │       └── LiveCharts.pdb
│   │       │   └── readme.txt
│   │       └── LiveCharts.Wpf.0.9.7
│   │           ├── LiveCharts.Wpf.0.9.7.nupkg
│   │           ├── lib
│   │           │   ├── net40
│   │           │   │   ├── LiveCharts.Wpf.XML
│   │           │   │   ├── LiveCharts.Wpf.dll
│   │           │   │   └── LiveCharts.Wpf.pdb
│   │           │   └── net45
│   │           │       ├── LiveCharts.Wpf.XML
│   │           │       ├── LiveCharts.Wpf.dll
│   │           │       └── LiveCharts.Wpf.pdb
│   │           └── tools
│   │               └── install.ps1
│   └── 参考资料
│       ├── (1条消息) LiveCharts--基本_gxcymz的博客-CSDN博客_livecharts.mhtml
│       ├── WPF图表Live Charts(一)基础_deadline-CSDN博客.mhtml
│       ├── WPF图表Live Charts(二)设置_deadline-CSDN博客.mhtml
│       ├── WPF图表Live Charts(四)动态折线图_deadline-CSDN博客_wpf 折线图.mhtml
│       ├── WPF控件LiveCharts——实现动态折线图 - 余弦G的博客.mhtml
│       ├── wpf LiveCharts详解_dxm809的博客-CSDN博客.mhtml
│       ├── 解决Live charts Series改变图表不刷新问题_Yuanben_wuxin的博客-CSDN博客.mhtml
│       └── 参考代码
│           ├── LiveCharts-Test-With-Many-ViewModels-master
│           │   ├── README.md
│           │   ├── livechartstest
│           │   │   ├── App.config
│           │   │   ├── App.xaml
│           │   │   ├── App.xaml.cs
│           │   │   ├── ChartViewModel.cs
│           │   │   ├── MainWindow.xaml
│           │   │   ├── MainWindow.xaml.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── UserControl1.xaml
│           │   │   ├── UserControl1.xaml.cs
│           │   │   ├── livechartstest.csproj
│           │   │   └── packages.config
│           │   └── livechartstest.sln
│           ├── wpf-live-chart-demo
│           └── wpfchart-study
└── wpf显示波形图.zip

28 directories, 89 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复