The graph displayed in the viewer is dynamically linked to the cell data. Any modifications to the cell content are impacting the graph. Is there a way to prevent the graph from updating automatically....RefreshData(); // only if you want to force a refresh...chart.AutoUpdate = false affects only the selected chart. If you later...