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.
是否有推荐的用于添加线条和圆圈的方法,以便我可以构建图表?我可能会在图表本身下使用背景图像。
使用 a PictureBox- 稍后维护代码将是最容易的。在这种情况下, APanel并不是真正有用,并且直接利用Form- 虽然它可以工作 - 会使以后更难进行更改。
PictureBox
Panel
Form
只需处理Paint事件PictureBox并在那里完成所有绘图。
Paint