I need to make math graph like this:
I store f(x), g(x), h(x) coefficients in arrays same like (x,y) of that 3 points.
What is the simplest way to draw it in WPF C#? Do you have any advice? Thank you