Hi All,
I need to retrieve data and characteristics (axis, legends, etc. series etc.) from hundreds of graphs from different excel files, store everything in a database, and then show these graphs in asp.net pages using .net 4.0 chart object. Data related to these graphs will be modified by users via web forms; so, charts must therefore be constructed interactively.
In recovery phase I'm able to access to excel object chart to get the data from and to "see" each chart's property. Since charts are so many, not knowing what properties will be helpful and which are not, I would store all graph's properties, then they will be available for web side.
There is a simple way to retrieve all excel graph's properties? Is it possible to serialize chart's object to xml?
TIA
Alder