
I need to get the intersection points of 2 series. iam using zedgraph


Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Feb 18, 2024, 2:25 PM
An alternative approach to finding the intersection points of two series in ZedGraph is to utilize mathematical methods for line intersection detection. One common method is to use vector algebra to find the intersection point of two lines. Here's a general outline of how you can implement this approach:
Tuhin PaulPosted Feb 18, 2024, 2:25 PM
To find the intersection points of two series in ZedGraph, you can iterate through the points of each series and compare them to find the intersections. ZedGraph does not provide built-in functionality for finding intersections.