c# - Using a WPF application to plot 2 line graphs and get their intesection points -


i need plot 2d continuous line graph using wpf application , find intersection points on graph given particular y-axis value. have plotted graph using chart control in wpf (microsoft visual studio 2015) i'm unable determine intersection points on graph. please point me in right direction. also, possible determine crests , troughs on graph after finding intersection points?


Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -