I have just started using the charts. I need to generate the XML data from the database. The samples provided generate this XML by building a string. That works.
However, if I need to use different chart elementsattributes, this requires major development effort if I create strings. If a xsd schema file is available, its easy to generate C# classes using which I can create in memory objects that represent the XML document. and then get the XML string from this object. This is a standard approach while using xsd schemas.
So, do you have an xsd schema file that I can use.