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.