I have two graphs.
When I use
TGraph1.Series(0).Add(arrayTimeX, arrayDistanceY)
it seems to be a crap shoot if the series will be drawn correctly.
But if I copy that graph to another graph, using
TGraph2.Series(0).AssignValues(TGraph1.Chart.Series(0))
the series is always drawn correctly even though the first graphs series is screwed up.
How do I get the first graph to draw correctly every time?
Crazy Drawn Series using Add
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bruce37,
Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
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 |