- Joined
- Feb 14, 2006
- Messages
- 1
- Reaction score
- 0
I can easily create a PivotChart view of a form; it is an Access.Form.Chartspace.
I can declare an OWC11.Chartspace and use OWC11.Chartspace.ExportPicture to get a snapshot for use elsewhere.
How can I get I get my existing Pivot Chart into my new Chartspace?
If it has to be coded in tedious detail, how do I bind my new chart to the original data?
The MS example looks so simple, but implies you can just ExportPicture the Form.Chartspace. I can't, 'cos they are different types. I am very frustrated!
I can declare an OWC11.Chartspace and use OWC11.Chartspace.ExportPicture to get a snapshot for use elsewhere.
How can I get I get my existing Pivot Chart into my new Chartspace?
If it has to be coded in tedious detail, how do I bind my new chart to the original data?
The MS example looks so simple, but implies you can just ExportPicture the Form.Chartspace. I can't, 'cos they are different types. I am very frustrated!