hitting a point
Posted: Thu Apr 02, 2009 9:40 am
Hey,
Do you have any ideas on how I could get a boolean specifying if a given X value on a series falls on a point?
I've tried using:
but I think the X can be too accurate - I don't want to preform rounding, however. I'm retrieving the X value from a cursor tool.
Have you any ideas if this can be done?
Regards
Chris
Do you have any ideas on how I could get a boolean specifying if a given X value on a series falls on a point?
I've tried using:
Code: Select all
this[channel].XValues[nearestPoint] == xValue
Have you any ideas if this can be done?
Regards
Chris