T
Trevor W
Hello,
I have an InfoPath form with an unbound Microsoft Office 11.0 Chart Control
in the default view. How do I get a reference to the Chart object in
JScript?? I wish to use the Chart Control Object Model to link the chart to
data in the form, but I have no idea how to get the chart object in the first
place.
The code I would like to write is something like:
var chtObj = ????? (this is the bit that I can't figure out)
// manipulate chart, add data, etc
chtObj.SeriesCollections.Add(...)
....
Does someone know how to do this?
Regards,
Trevor W
I have an InfoPath form with an unbound Microsoft Office 11.0 Chart Control
in the default view. How do I get a reference to the Chart object in
JScript?? I wish to use the Chart Control Object Model to link the chart to
data in the form, but I have no idea how to get the chart object in the first
place.
The code I would like to write is something like:
var chtObj = ????? (this is the bit that I can't figure out)
// manipulate chart, add data, etc
chtObj.SeriesCollections.Add(...)
....
Does someone know how to do this?
Regards,
Trevor W