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?
Series. Y value for X value
Re: Series. Y value for X value
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,
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,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |