Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下问题/任务:
我在 Form1 中有一个 Zedgraph。该 zedgraph 在 Form1 中得到更新。现在我想选择将该图取消停靠到新表单(Form2)中。Form1 现在必须能够更新 form2 中的 zedgraph。此外,在我关闭 form2 后,zedgraph 应该返回到原始表单(form1)。
怎么可能做这样的事?可能吗?有什么提示吗?
只需创建两个 zed 图,一个用于主窗体,一个用于其他窗体。Zedgraph 有一个序列来绘制数据。您可以复制它的数据并在第二种形式上绘图。完成此操作后,您可以在主窗体上隐藏 zedgraph。