ChartSpace XMLdata

D

Dimitris Trehas

Hi, all!
I saw that the ChartSpace object has an XMLData property.
Can anyone use this posibility in order to load data
into ChartSpace via XML?

If it is possible, please give me an example.

Thank you in advance,
Dimitris Trehas
 
T

Thao Moua [ms]

The XMLDATA is a string property. To properly load this
property, the string you pass in must follow the
Chartspace XML structure. You can take a look at the
Chartspace XML structure by doing this:

msgbox CS.XMLData

You can load in an XML file via CS.Load "file_name"

Thao Moua
OWC Webchart Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top