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
20
Get the handle of marker inside scatter series
posted

Hi,

I am trying to balance the grid and scatter chart in infragistics wpf.

The problem is when i try to select any row in the table, it suppose to change the color of marker inside xamdatachart

For this i need the handle of marker , Can you please help me to do this ?

By this i can able to change that particular marker.

Thanks in advance

Parents
  • 1500
    Offline posted
    Hello Harika,
    I assume that you wish to change the color of a specific marker, when a record of XamDataGrid is selected. If this is the case, I would suggest that you re-style the visual element of the marker instead, and add a DataTrigger to track for changes of the active record of the grid.
    I have attached a sample that will change the border of the marker, when a line from XamDataGrid with the same value as the marker is selected. Please review the sample and let me know if my approach will help you to achieve your goal.
    Should you have any further questions, please let me know.
    Sincerely,
    Tihomir Tonev
    Associate Software Developer
Reply Children