Alright, pulling my hair out on this one. I am adding / removing tilepanes based on user input. The content of the tilepane is a xamwebchart. the xamwebchart series update dynamically via user interaction as well, i.e. I will add / remove series on the fly. (IF) the page index changes or the layout of the tileviews change and I attempt to update the chart i end up with a blank chart in the tile view. No Exceptions are thrown. I have tried to set the remove logic to a delegate call via Dispatcher.BeginInvoke with no love. Any help / suggestions would be appreciated.
we are aware of this issue. the bug number is 19969 and it will be fixed in an future service release for Silverlight Data Visualization.
feel free to contact infragistics developer support at any time to inquire about the status of this bug.
if you want to make sure your scenario specifically is fixed, please provide a sample project or steps to reproduce and i will add it to the bug report so that QA will verify based on the original steps as well as the ones provided by you.
sorry for the inconvenience & thanks for reporting this.
I seem to experience the problem when the row / column count is changed / updated during runtime. For instance I have given the end users a "zoom" ability which essentially removes all rows and columns except for one of each, simulating a "zoom" of one particular tile (xamchart). Also, when I add tiles, if the tile added also creates a new page I experience the same issue. Hope this info helps.