D
Dennis McCarthy
Can anyone point me to useful documentation of the XML format for the XMLData
property of the Chartspace object in OWC 11?
I would like to use the OWC 11 chart control to dynamically create charts on
the web server (in a SharePoint web part) as follows:
1. Call a web service to get the data to be displayed, as XML.
2. Transform the XML data into Chartspace.XMLData format, using XSLT.
3. Set the XMLData property of a Chartspace object, and export the chart as
a gif.
I need to understand the XML for the Chartspace.XMLData property in order to
write the XSL transforms. I have created some samples using the chart wizard
in Visual Studio .NET, and the value of the XMLData property looks
complicated.
Thanks,
Dennis
property of the Chartspace object in OWC 11?
I would like to use the OWC 11 chart control to dynamically create charts on
the web server (in a SharePoint web part) as follows:
1. Call a web service to get the data to be displayed, as XML.
2. Transform the XML data into Chartspace.XMLData format, using XSLT.
3. Set the XMLData property of a Chartspace object, and export the chart as
a gif.
I need to understand the XML for the Chartspace.XMLData property in order to
write the XSL transforms. I have created some samples using the chart wizard
in Visual Studio .NET, and the value of the XMLData property looks
complicated.
Thanks,
Dennis