OWC11 - save user settings?

K

Kevin

Hello

In a c# 2005 winforms app i`ve added an
AxMicrosoft.Office.Interop.Owc11.AxChartSpace, now when the app runs the
user can make some changes to the way chart looks, like add/remove
fields. What i cant figure is how to save those changes to file or
registry and reload them on next run.

Thanks
 
R

Richard

Hi.

AxMicrosoft.Office.Interop.Owc11.AxChartSpace.XMLData is what you are
looking for.

Richard
 
A

Antoine Prevot

Richard said:
Hi.

AxMicrosoft.Office.Interop.Owc11.AxChartSpace.XMLData is what you are
looking for.

Hi,

I had trouble with some properties in the OWC10 version, not maintained in
the XMLData :

chart type (cs.Charts(x).Type)
legend position (cs.ChartSpaceLegend.Position when cs.HasChartSpaceLegend is
true)
& plot aggregates (cs.PlotAllAggregates)

I had to save/restore them manually, hope this was fixed in the OWC11
version !
 

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