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.
That worked, for this instance. However I will be looking into a more dynamic way of displaying series. mainly cause 10+ series with varing scales all based on a single time axis and some information like columns may not be known until runtime.
But currently have other cats to skin...
Thanks for the check up.