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つのポイントがあり、ポイント2とポイント3の間に接続がなく、ポイント1からポイント2およびポイント3からポイント4のセグメントで曲線をプロットする必要があります。これどうやってするの?
頭に浮かぶ 1 つのアイデアは、2 つの異なる曲線をプロットすることです。
1) 2 つのZedGraph.PointPairListアイテムを作成します。1 つは Point1 と Point2 で、もう 1 つは Point3 と Point4 です。
ZedGraph.PointPairList
2) ZedGraph.GraphPane.AddCurvePointPairList/iPointList を取るオーバーロードされたメソッドを使用して、2 つの曲線を追加するために使用します。
ZedGraph.GraphPane.AddCurve