Polar plot track
Polar plot track
I am trying to plot a track, starting at the center of a polar plot. But the data is sorted before plotting. Is there any way to turn the sort off? I am using Ver 5.0 for Borland C++ Builder.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi charlie,
This should happen, you could try using:
If this doesn't help, could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
BTW: Which TeeChart version are you using?
This should happen, you could try using:
Code: Select all
Series1.XValues.Order:=loNone;
Series1.YValues.Order:=loNone;
BTW: Which TeeChart version are you using?
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 |