每个 ZedGraphControl 有多个图形窗格?
是否可以在一个 zedGraphControl 中放置多个图形窗格?因此,每个 zedGraphControl 似乎在单个控件中只有一个图表。如果可能的话,我希望能够向特定的 zedGraphControl 添加多个图表。
任何对此的帮助将不胜感激!
Is it possible to put more than one graph pane in one zedGraphControl? So each zedGraphControl appears to have only one chart in a single control. I want to be able to add more than one chart to a particular zedGraphControl if that is possible.
Any help with this would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 MasterPane - 的属性ZedGraphControl 类:
ZedGraphControl 的 GraphPane-Property 始终访问 MasterPane-List 中的第一个 GraphPane。
You can add new GraphPanes via the MasterPane-Property of the ZedGraphControl class:
The GraphPane-Property of ZedGraphControl always accesses the first GraphPane in the MasterPane-List.