XML Format Specification

TeeChart for ActiveX, COM and ASP
Post Reply
almes
Newbie
Newbie
Posts: 9
Joined: Thu Dec 22, 2005 12:00 am

XML Format Specification

Post by almes » Mon Feb 05, 2007 3:23 pm

Hello.

Where can I get the specifications of XML format, supported by TeeChart.
Or to get a xsd schema.

I'm not sure if the sampedata.xml file from web contains all the XML elements and attributes supported.

It is not convenient to get it by trying to recreate all the possibilities and export them into XML file.

Thanks in advance.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Feb 05, 2007 4:44 pm

Hi Lior Amsalem,

You may search IXMLExport in TeeChart help file.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

almes
Newbie
Newbie
Posts: 9
Joined: Thu Dec 22, 2005 12:00 am

Post by almes » Tue Feb 06, 2007 6:28 am

narcis wrote:Hi Lior Amsalem,

You may search IXMLExport in TeeChart help file.
Thank you for the reply, but there is no information in the Help on the actual XML structure.

I would like to know if there is a specification on the XML structure itself and not on the interface's methods and properties.

I am writing a client side wrapper for Chart ActiveX, that will do the same (or almost the same) as ISeriesXMLSource does. It will get a XML of data (containing series data, Chart's design and setup) and apply it on the Chart.

I want this XML input to be the same as XML file for ISeriesXMLSource, so ISeriesXMLSource can handle it too.

Thus I have to know what this XML can contain and how it must be structured.

What are my possibilities and constraints?

I hope I was more clear this time.

Thank You

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Feb 12, 2007 9:11 am

Hi Lior,

for the moment there's not a document with all the xml specifications, but the best way to know the xml structure which is used is to export the generated Chart to xml once it has been created.

Post Reply