嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 3 元微信扫码支付:3 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
WPF实现动态曲线,多条曲线实现动态变化
.
├── C#WPF实现动态曲线,多条曲线实现动态变化_ChartDemo.rar
└── ChartDemo
├── ChartDemo
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── AssemblyInfo.cs
│ ├── ChartDemo.csproj
│ ├── ChartDemo.csproj.user
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ └── net6.0-windows
│ │ ├── ChartDemo.deps.json
│ │ ├── ChartDemo.dll
│ │ ├── ChartDemo.exe
│ │ ├── ChartDemo.pdb
│ │ ├── ChartDemo.runtimeconfig.json
│ │ ├── LiveCharts.Wpf.dll
│ │ └── LiveCharts.dll
│ └── obj
│ ├── ChartDemo.csproj.nuget.dgspec.json
│ ├── ChartDemo.csproj.nuget.g.props
│ ├── ChartDemo.csproj.nuget.g.targets
│ ├── Debug
│ │ └── net6.0-windows
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── ChartDemo.AssemblyInfo.cs
│ │ ├── ChartDemo.AssemblyInfoInputs.cache
│ │ ├── ChartDemo.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── ChartDemo.assets.cache
│ │ ├── ChartDemo.csproj.AssemblyReference.cache
│ │ ├── ChartDemo.csproj.BuildWithSkipAnalyzers
│ │ ├── ChartDemo.csproj.CopyComplete
│ │ ├── ChartDemo.csproj.CoreCompileInputs.cache
│ │ ├── ChartDemo.csproj.FileListAbsolute.txt
│ │ ├── ChartDemo.designer.deps.json
│ │ ├── ChartDemo.designer.runtimeconfig.json
│ │ ├── ChartDemo.dll
│ │ ├── ChartDemo.g.resources
│ │ ├── ChartDemo.genruntimeconfig.cache
│ │ ├── ChartDemo.pdb
│ │ ├── ChartDemo_53mksjkz_wpftmp.AssemblyInfo.cs
│ │ ├── ChartDemo_53mksjkz_wpftmp.AssemblyInfoInputs.cache
│ │ ├── ChartDemo_53mksjkz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── ChartDemo_53mksjkz_wpftmp.assets.cache
│ │ ├── ChartDemo_53mksjkz_wpftmp.csproj.BuildWithSkipAnalyzers
│ │ ├── ChartDemo_MarkupCompile.cache
│ │ ├── ChartDemo_MarkupCompile.i.cache
│ │ ├── ChartDemo_MarkupCompile.i.lref
│ │ ├── ChartDemo_MarkupCompile.lref
│ │ ├── ChartDemo_mbp2q3ad_wpftmp.AssemblyInfo.cs
│ │ ├── ChartDemo_mbp2q3ad_wpftmp.AssemblyInfoInputs.cache
│ │ ├── ChartDemo_mbp2q3ad_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── ChartDemo_mbp2q3ad_wpftmp.assets.cache
│ │ ├── ChartDemo_mbp2q3ad_wpftmp.csproj.BuildWithSkipAnalyzers
│ │ ├── ChartDemo_nlgdmvrz_wpftmp.AssemblyInfo.cs
│ │ ├── ChartDemo_nlgdmvrz_wpftmp.AssemblyInfoInputs.cache
│ │ ├── ChartDemo_nlgdmvrz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── ChartDemo_nlgdmvrz_wpftmp.assets.cache
│ │ ├── ChartDemo_nlgdmvrz_wpftmp.csproj.BuildWithSkipAnalyzers
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── _IsIncrementalBuild
│ │ ├── apphost.exe
│ │ ├── ref
│ │ │ └── ChartDemo.dll
│ │ └── refint
│ │ └── ChartDemo.dll
│ ├── project.assets.json
│ └── project.nuget.cache
└── ChartDemo.sln
10 directories, 64 files