Series. Y value for X value
Posted: Mon Oct 05, 2009 2:27 pm
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?
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?