Hi All, I am really stuck at the below problem. Is there a way to find Y-axis point if I know the corresponding x-axis.
for eg: if my x-axis point is 24000 corresponding Y-axis is 9. Why I need this information is to mark that corresponding point in the graph for the user entered x-axis value. I was able to calculate this correctly when smooth is set as false. (calculated by finding the slope between the two points and use that information to calculate y). But when smooth is set as true it draws a Bezier curve. is there a way to calculate the same for the bezier curve also? Any help on the same is appreciated. [image: image.png] Thanks, Bony