When I am plotting some points on a graph, I use a few of the graph's events to modify the input, so after the data has been processed and the renderer has been run, I want to re-assign the the graph to the modified data. In the dataprocessed event, I am calling graph.Data[0] = someList; It then throws this error: An observable collection cannot be modified during a change event. Does anyone know how to get around this? Is there another event that I can be firing that is not a change event where I can change the collection and therefore refresh the graph?
Thanks,
Kelly