ZedGraph AxisChange() 重置?
我正在使用 C#。当我使用 AxisChange() 调整图表上的轴时,它工作正常,直到我进入图表窗格并手动放大和缩小。
手动放大和缩小后,AxisChange()
命令不再起作用。如何获得它以便在轴固定后,您可以再次使用 AxisChange() ?
I'm using C#. When I use AxisChange()
to adjust the axis on my graph, it works fine, until I go into the graph pane and manually zoom in and out.
After manually zooming in and out, the AxisChange()
command no longer works. How can you get it so after the axis gets fixed, you can again use AxisChange()
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我检查了 AxisChange() 方法的代码,我认为这是因为以下代码:
但我不确定,您应该在“if”子句之外尝试复制行...并看看会发生什么。不管怎样,尝试调试源代码,就足够理解了。
I've checked the code of AxisChange() method and I think this is because of following code:
I’m not sure though, you should give a try copy line … outside the “if” clause and see what happens. Any way, try to debug the source code, it is good enough for understanding.