jerryd Report post Posted March 22, 2012 I have been building a web server in Delphi to be used for a Business Intelligence utility which is utilizing FusionCharts. There are currently over 600 possible charts which can show in this system. I've been trying to put together a general object structure encapsulating all the needed XML generation for FusionCharts. However since there are about 42 different possible types of charts, this project has quickly become a nightmare. I'm wondering if anyone has already written something to wrap this XML generation in Delphi, or at least a language similar to Delphi such as C# or C++. It just needs to be an object-oriented data structure containing all the properties of all the charts, which can generate the XML data on the fly. Share this post Link to post Share on other sites