登录
首页 » C# » Chart曲线随机运行时间轴缩放(DataVisualization.Charting)

Chart曲线随机运行时间轴缩放(DataVisualization.Charting)

于 2020-12-09 发布
0 153
下载积分: 1 下载次数: 1

代码说明:

Chart曲线随机运行时间轴缩放(DataVisualization.Charting)

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

发表评论

0 个回复

  • winform 文件浏览控件 例子
    winform 文件浏览控件 例子
    2015-06-19下载
    积分:1
  • Asp.net MVC - 使用PRG模式 解决放刷新问题(附源码)
    Asp.net MVC - 使用PRG模式 解决放刷新问题(附源码)
    2014-07-06下载
    积分:1
  • 模拟QQ web协议使用QQ
    模拟QQ web协议使用QQ
    2015-05-19下载
    积分:1
  • ASPxGridView(或ASPxTreeList)动态加载数据源的问题
    ASPxGridView(或ASPxTreeList)动态加载数据源的问题
    2014-04-25下载
    积分:1
  • 于八叉树分解的三维重建
    基于八叉树分解的三维重建,原始数据需要有法向量.
    2019-06-26下载
    积分:1
  • .NET_4.5.1_开源代码
    .NET_4.5.1_开源代码
    2019-12-24下载
    积分: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# 读取电子秤的重量 含完整源代码下载
    C# 读取电子秤的重量 含完整源代码下载
    2013-09-26下载
    积分:1
  • UDSBurner
    【实例简介】UDS,CAN 诊断
    2021-09-06 00:31:15下载
    积分:1
  • 报表设计器(EastReport)
    做报表设计,非常简单实用,ReportMachia
    2019-08-20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载