Series. Y value for X value

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Series. Y value for X value

Post by gs » 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?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Series. Y value for X value

Post by Sandra » Tue Oct 06, 2009 9:49 am

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

Post Reply