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.
C#、W7、VS2010 和 Zedgraph。
在桌面应用程序中,有一个 numericUpDown 范围从 1 到 3300。 numericUpDown 的每个 1 等于 1 秒。在 ZedGraph 上,如何将这个 numericUpDown 以 00:00~55:00 的格式放在 Xaxis 中,间隔为 5 分钟?
在此先感谢,庞特斯
你的 XAxis 中应该改变的 numericUpDown 是什么?maxScale 值?,如果是,则将以下代码添加到 numericUpDown 事件zedGraphControl1.GraphPane.XAxis.Scale.Max = numericUpDown1.Value
zedGraphControl1.GraphPane.XAxis.Scale.Max = numericUpDown1.Value