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
 
Top