Any ideas how to bind together the column selection of a xamgrid with the display of a xamdatachart series
Thanks
Hello,
Thank you for your post. I have been looking into the functionality that you are looking for and I can suggest using the Visibility properties of the series and set them based on the selection of the columns. In order to do that you can handle the SelectedColumnsCollectionChanged event of the XamGrid and set the Visibility of the series that corresponds to the e.NewSelectedItems. I have created a sample application for you, that demonstrates how you can implement this approach.
If you need any further assistance on the matter, please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I am just checking if you require any further assistance on the matter.