Polar plot track

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
charlie
Newbie
Newbie
Posts: 3
Joined: Fri Aug 01, 2003 4:00 am
Location: Anchorage, Alaska

Polar plot track

Post by charlie » Sat Dec 17, 2005 4:59 am

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.

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 19, 2005 9:43 am

Hi charlie,

This should happen, you could try using:

Code: Select all

  Series1.XValues.Order:=loNone;
  Series1.YValues.Order:=loNone;
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?
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

charlie
Newbie
Newbie
Posts: 3
Joined: Fri Aug 01, 2003 4:00 am
Location: Anchorage, Alaska

Post by charlie » Wed Dec 21, 2005 4:53 pm

That fixed my problem. I am using version 5.01. I probably should upgrade to the latest version.
Chuck

Post Reply