Page 1 of 1

Series. Y value for X value

Posted: Mon Oct 05, 2009 2:27 pm
by 9640703
Hi, team

I'm using Teechart V2 for WinForms application.

I construct Line from some external data. Later during application run I draw points on the chart to see how do they fit with drawn line (it's automated procedure, click on menu item and obtain values).
I would like to filter these values in some way, for example Math.Abs(Line(y) - point(y)) < Tolerance Value. I would like to get Y value for any X value, something like y = line.GetY(x).

Unfortunately, I'm not able to find a way to get y value based on x value.

Could you please help here?

Re: Series. Y value for X value

Posted: Tue Oct 06, 2009 9:49 am
by 10050769
Hello gs,

I suggest see next example of Demo that find in All Features\Welcome !\Chart styles\Standard\Line(Strip)\Interpolating line series. If example is not like you, please you could explain exactly what you want to do?


I hope will help.

Thanks,