Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1531
Getting series value on mouse double-click event
posted

I'm sure this is a simple question, but after several hours of searching, I've been unable to find any examples.  I'm using XamDataChart with a simple column series in a fairly simple "drill-down" type of application.  When the user double-clicks on one of the category values, I need a way to determine the value of the category so I can use it as a filter for other activities on the window.

I'm converting this form over from one which was previously using the XamChart.  In that form we used things like DataChart.HitTest to get a HitTestArgs object and then used the SelectedObject method to get the DataPoint which received the click.  There doesn't appear to be anything similar in the XamDataChart.

Any help would be greatly appreciated.

Thanks,

Steve

Parents Reply Children
No Data