Page 1 of 1

Ruler Values

Posted: Thu Jul 06, 2006 10:25 pm
by 9790735
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.

Posted: Thu Jul 06, 2006 11:04 pm
by 9790735
OK, I found my error after posting this...
please ignore