After my recent blog post AsyncMode for Pivot Grid (coming in V2011 vol 1) I received several questions in the comments and by email about how the chart integration feature would be affected. The good news is that it will not be affected at all and I have created the example below showing that an application containing that has the pivot grid and a bound chart. As you can see when the pivot grid has completed processing the data then and only then does it hand off the selected data to the chart to be rendered. In effect the chart control is totally uninvolved in the process until the pivot grid is all done with its work.

I am sure you will agree this make the AsyncMode feature even more interesting and useful.