I'm having a hell of a time importing XML data. Here's the XML file:
<chart>
<series title="rc1" type="Fast Line">
<points count="3">
<point X="0" Y="0"/>
<point X="10" Y="10"/>
<point X="20" Y="20"/>
</points>
</series>
<series title="rc2" type="Fast Line">
<points count="3">
<point X="0" Y="20"/>
<point X="10" Y="10"/>
<point X="20" Y="0"/>
</points>
</series>
</chart>
How do I properly import this into a chart that has two fastlines added to it, namely rc1 and rc2? Thanks.
Trouble Importing XML
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi JRB,
Please read Tutorial 12 - Exporting and Importing Charts, specially the Importing XML into TeeChart section. You'll also find examples in the features demo.
You can find the tutorials and features demo at TeeChart's program group.
Please read Tutorial 12 - Exporting and Importing Charts, specially the Importing XML into TeeChart section. You'll also find examples in the features demo.
You can find the tutorials and features demo at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |