Saving Office Chart Component 10

A

aymer

Scenario: In an asp file (not asp .net), i have a office
web component pivotable. i also have an office chart
component. i linked the chart to the pivotable.

Problem: How do i save the chart formats, such as type,
fonts, etc.? I can save the xmldata, but how do i load it
back to the chart.

any help is appreciated,
aymer
aymerb[@].yahoo.com
 
T

Thao Moua [ms]

If you saved the chartspace XML into a file on the server
side then you can load the XML back into the chartspace
via
CS.Load "filename"

Thao Moua
OWC Webchart Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Top