update chart source data at runtime
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I want to update the data part of a chart which is already there in my word docuement. I am working in C# 2.0 console application. I am using a word template which has a graph in it. I have a dataset and I want to update the data source of the graph at runtime. Is there any way to do this? I tried reflection but it does not work.