Hi,
I am looking for a way to save chart information, eg. title, chart type, formats, axis mapping, in short all properties necessary to rebuild a chart but the data. I'm thinking about an xml file, because serialization will probably be to fragile. I did not find anything similar in the JFreeChart library, does anyone know if anything has been done yet? I found a very old post named "XML Data Standard for charts" where the subject is discussed, but there is no concrete information if something has been done in the meantime.
@ the administrators:
If xml support has not been further developed up to now, it could contribute my code, therefore I wanted to know if there are any ideas you already have in mind (list of properties to save) or things that should be respected (using specific xml libraries, ...). I think the saved properties should at least contain the right-click popup properties menu options (which I also plan to expand).
Thanks for all help.