S
Sridhar
My application has a screen which has a OWC Chart bound to a OWC Pivot
Table.
The Pivot table connect to a data source and pulls data and the chart
component charts the data displayed on the Pivot Table.
I would like to provide a save feature where any changes made to the
pivot table and chart can be saved by users for later retrieval. I am
writing the XMLData property of PivotTable & Chart to a file. When
user selects to retrieve the report, I set the XMLData property of the
pivot table first and then the XMLData of the chart next and then I am
binding the chart to Pivot table. What is happeneng is some of the
settings of the Chart are getting lost. Only part of the data is
charted & chart titles etc get lost. Can anyone please tell me the
right way to do this ?
Thanks
Sridhar
Table.
The Pivot table connect to a data source and pulls data and the chart
component charts the data displayed on the Pivot Table.
I would like to provide a save feature where any changes made to the
pivot table and chart can be saved by users for later retrieval. I am
writing the XMLData property of PivotTable & Chart to a file. When
user selects to retrieve the report, I set the XMLData property of the
pivot table first and then the XMLData of the chart next and then I am
binding the chart to Pivot table. What is happeneng is some of the
settings of the Chart are getting lost. Only part of the data is
charted & chart titles etc get lost. Can anyone please tell me the
right way to do this ?
Thanks
Sridhar