Search found 3 matches
- Tue Dec 05, 2006 8:56 pm
- Forum: .NET
- Topic: Trouble Importing XML
- Replies: 1
- Views: 3323
Trouble Importing XML
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"/> ...
- Tue Jun 06, 2006 9:20 pm
- Forum: .NET
- Topic: Bringing different series to front question
- Replies: 5
- Views: 8168
Bringing different series to front question
Hi, I've got a chart that will have up to 5 different series plotted on it. How do I bring different series to the front so I can see them without being hidden behind? Thanks.
- Fri Jun 02, 2006 6:17 pm
- Forum: .NET
- Topic: Getting grid coordinates after a mouse click
- Replies: 1
- Views: 3331
Getting grid coordinates after a mouse click
Hi, I need to get the actual x-y values after the user has clicked somewhere on the graph. Any help would be appreciated, thanks.
JRB
JRB