Hi. I need mouse left button down/up and mouse move events for the plot area but cannot find them. Are they available? I can see them for the series but I need them for the plot area. Is the only way to do this to trap XamDataChart mouse events and do a hit test on the plot area (in which case do you have a sample)?
Many thanks
Hi Hector,
I've reviewed your requirements and have attached a sample that demonstrates how you can find the plot area on the XamDataChart. This sample uses hit testing as this is the only way to achieve this.
Let me know if you have any questions on this.
Thanks. I'll submit a feature request for this because the rendering of charts might change in future releases and relying on a specific visual tree structure just doesn't feel right :)
HtD