Is there an example of how to do this correctly in the silverlight webchart? The examples I found on this site so far dont apply.
if i am following you correctly then this might be what your looking for
private
{
e.GetPosition(XamChart)
}
I tried that already, but the results arent related in a simple way to the axis coordinates. I also tried it with GetPosition(XAxis ..), etc, but not getting anything useful.