Page 1 of 1

Trouble Importing XML

Posted: Tue Dec 05, 2006 8:56 pm
by 8129268
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.

Posted: Mon Dec 11, 2006 11:46 am
by narcis
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.