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
The solution is fine. but there are multiple questions involved.
what if i want to select multiple points at a time ?
Moreover you have hard coded the Score column , what if i want to give dynamically suppose the column index 1 or column index 2 like that??
and also if i have the two controls in separate user controls, Like for example the xamdatachart is in one user control and xamdatagrid is in another user control ?