Ruler Values

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
matthbri
Newbie
Newbie
Posts: 43
Joined: Wed Mar 22, 2006 12:00 am

Ruler Values

Post by matthbri » Thu Jul 06, 2006 10:25 pm

Hi,

I have a series that uses a DataTable as the datasource. When using a CursorTool on the graph, I find the NearestPoint by useing the CursorTool::NearestPoint method. This gives me the index into the series. Is there anyway I can easily translate this back to an index in the source DataTable? The problem is if the DataTable has data outsides the MaxMin of the Axes, they dont relate directly.

matthbri
Newbie
Newbie
Posts: 43
Joined: Wed Mar 22, 2006 12:00 am

Post by matthbri » Thu Jul 06, 2006 11:04 pm

OK, I found my error after posting this...
please ignore

Post Reply