commit a041eafffa6fb3135a0ebeaaa41e6a254d8f1539 Author: editor <@51Aspx.com> Date: Tue Jun 25 18:00:07 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..21f3e52 --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,54 @@ +LIVECHARTS控件案例展示 + + + 一、源码描述 + + + LiveCharts控件案例展示 + + + 环境:VS2022 Winform WPF + + + + + + 二、功能介绍 + + + Live-Charts一款winfrom与wpf的数据展示控件。 + + + + + + 三、注意事项 + + + ctrl+F5运行即可。 + + + + + + +作者: coderbest + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/ControlCase +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/WinForms/App.config b/WinForms/App.config new file mode 100644 index 0000000..77f53b6 --- /dev/null +++ b/WinForms/App.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/WinForms/DynamicAxis/DynamicAxisExample.Designer.cs b/WinForms/DynamicAxis/DynamicAxisExample.Designer.cs new file mode 100644 index 0000000..792f3d0 --- /dev/null +++ b/WinForms/DynamicAxis/DynamicAxisExample.Designer.cs @@ -0,0 +1,15 @@ +namespace WinForms.DynamicAxis +{ + partial class DynamicAxisExample + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { diff --git a/WinForms/DynamicAxis/DynamicAxisExample.cs b/WinForms/DynamicAxis/DynamicAxisExample.cs new file mode 100644 index 0000000..5b40ca0 --- /dev/null +++ b/WinForms/DynamicAxis/DynamicAxisExample.cs @@ -0,0 +1,15 @@ +using System.Windows.Forms; +using Geared.Winforms.DynamicAxis; +using LiveCharts; +using LiveCharts.Geared; +using LiveCharts.Wpf; + +namespace WinForms.DynamicAxis +{ + public partial class DynamicAxisExample : Form + { + private DynamicAxisUnitVm _viewModel = new DynamicAxisUnitVm(); + + public DynamicAxisExample() + { + InitializeComponent(); diff --git a/WinForms/DynamicAxis/DynamicAxisExample.resx b/WinForms/DynamicAxis/DynamicAxisExample.resx new file mode 100644 index 0000000..151e799 --- /dev/null +++ b/WinForms/DynamicAxis/DynamicAxisExample.resx @@ -0,0 +1,15 @@ + + +