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.
是否可以绘制由多个段组成的曲线?例如,我有 4 个点,我需要绘制从point1到point2以及从point3到point4的曲线, point2和point3之间没有连接。我怎样才能做到这一点?
想到的一个想法是绘制两条不同的曲线。
1) 创建两个ZedGraph.PointPairList项目,一个带有 Point1 和 Point2,另一个带有 Point3 和 Point4。
ZedGraph.PointPairList
2)ZedGraph.GraphPane.AddCurve用于添加两条曲线,使用采用PointPairList/iPointList 的重载方法。
ZedGraph.GraphPane.AddCurve