Trouble Importing XML

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JRB
Newbie
Newbie
Posts: 3
Joined: Mon Mar 14, 2005 5:00 am

Trouble Importing XML

Post by JRB » Tue Dec 05, 2006 8:56 pm

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.

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 Dec 11, 2006 11:46 am

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.
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

Post Reply