I have a graph (x y graph) with several curves on it in an excel file.
How can i access this graph in a c# application and extract values from the graph?
As an example, given curve 1 and an x value on an excel graph, i want to get the y value on the corresponding curve using a c# windows application. is this possible?