mesguy Level: Trainee
 Registered: 14-02-2008 Posts: 1
|
Duplicate OLED Chart to another OLEDB container
I 've developed a main page with OLEObject container holding Office Web Component Chart. I've plotted a graph into the chart. I have then created a Pop - up chart with another larger container, but I want to essentially copy the main page chart (with its plotted graph) into this pop up container.
How does one copy chart plotted components from container to container? Mind you this might be on different pages or forms. I don't to duplicate the code that does the plotting but reuse the already plotted Chart information and duplicate it again.
In the OWC properties, I think the properties that are relevant are Charts(0).SeriesCollection(0). This is where the data is stored I believe. I would like to be able to reuse/replot from Chart to another Chart in some kind of copying fashion.
Hope this makes sense....Thanks in advance
|