登录
首页 » C# » 折线图波形图绘制(动态绘制,实时变化)

折线图波形图绘制(动态绘制,实时变化)

于 2019-05-22 发布
0 240
下载积分: 1 下载次数: 2

代码说明:

折线图波形图绘制(动态绘制,实时变化)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • UART_veryhuo.com
    UART_veryhuo.com
    2016-04-13下载
    积分:1
  • SD卡实验(SDIO方式)
    SD卡实验(SDIO方式)
    2021-10-05 00:30:54下载
    积分:1
  • 用于学习链表文件操作
    链表文件操作
    2014-06-27下载
    积分:1
  • c# 条码读取 生成 实例源码下载
    c# 条码读取 生成 实例源码下载
    2015-01-16下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C#调用微信jssdk示例源码(实现了获取当前地址位置功能)
    C#调用微信jssdk示例源码(实现了获取当前地址位置功能)
    2017-09-25下载
    积分:1
  • 窗体淡出的功能实现
    窗体淡出的功能实现
    2015-01-05下载
    积分:1
  • 适合C#入门,一个简单的公司物料管理系统
    适合C#入门,一个简单的公司物料管理系统
    2015-01-29下载
    积分:1
  • c# 打印报表 例子源码下载
    c# 打印报表 例子源码下载
    2014-12-16下载
    积分:1
  • c# 获取访问的IP地址(归属地)例子源码下载
    c# 获取访问的IP地址(归属地)例子源码下载
    2015-03-23下载
    积分:1
  • 696516资源总数
  • 106936会员总数
  • 1今日下载