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.
I suppose it would be helpful then if you explain your intent. When you say you need to map the mouse event coordinates to an axis what exactly are you trying to accomplish? For instance if you are attempting to gather datapoint information then you should be using the DataItemMouseLeftButtonDown event which may expose the element as a DataPointTemplate giving you access to the Series and therefore the axis the series belongs to. If you need an example please let me know.