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
190
Click Marker and extract data
posted

Hello,

I'm using a XamDataChart with some ScatterLineSeries and would like to allow the user to click on a marker on the serie to do some action based on the data value of that point.

My question is, how can get the data on the point by clicking on the marker ?

Thank you for the help.

Parents
  • 30945
    Offline posted

    Hello Oussema,

     

    Thank you for your post. I have been looking into the question that you are having and you can use The XamDataChart’s SeriesMouseLeftButtonDown event. In the event arguments of this event, there is an Item property, which returns the clicked item, if you click on a point in the series. I have created a sample application for you, that shows how you can get the clicked point, using this approach.

     

    Please let me know if I can assist you with anything else.

     

    Sincerely,

    Krasimir, MCPD

    Developer Support Supervisor - XAML

    Infragistics

    www.infragistics.com/support

     

    GetMarkerItem.zip
Reply Children