TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Lixin
- Newbie
- Posts: 3
- Joined: Thu Jan 03, 2002 5:00 am
-
Contact:
Post
by Lixin » Wed Dec 20, 2006 6:54 am
Hello,
The polar series is not working properly when null are added.
Code: Select all
SeriesLeftBoard.Clear ;
SeriesLeftBoard.AddPolar(45,140);
SeriesLeftBoard.AddPolar(55,145);
SeriesLeftBoard.AddPolar(75,114);
SeriesLeftBoard.AddNullXY(75,0);
SeriesLeftBoard.AddNullXY(100,0);
SeriesLeftBoard.AddPolar(101,170);
SeriesLeftBoard.AddPolar(192,123);
There should be a break between 75 and 100 degree. I expected to see a break in the plot like those in a fastline serie but i don't.
Thanks.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Wed Dec 20, 2006 10:26 am
Hi Lixin,
This method is not functional for polar series since it derives from TCustomPolarSeries, a class which radar series also derive from. Radar series is not such an easy case to implement this functionality. We will try to include this feature for v8 which is the version we are currently working in.
-
Lixin
- Newbie
- Posts: 3
- Joined: Thu Jan 03, 2002 5:00 am
-
Contact:
Post
by Lixin » Thu Dec 21, 2006 1:03 am
But what can I do now? Can you give me some Suggestion!
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Thu Dec 21, 2006 8:13 am
Hi Lixin,
I'm afraid there's nothing that can be done for now. If you are interested we will send you the information to download TeeChart Pro v8 Beta. We have just implemented this feature there and a new beta, including this feature, will be posted very soon.
-
Lixin
- Newbie
- Posts: 3
- Joined: Thu Jan 03, 2002 5:00 am
-
Contact:
Post
by Lixin » Thu Dec 21, 2006 8:47 am
Thank you for your help.
please give me the URL of Download V8
MyEmail :
chinaboy_1@163.com
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Thu Dec 21, 2006 11:24 am
Hi Lixin,
I've just sent you the details to beta-test TeeChart Pro v8 VCL. The current version available still doesn't include this feature. We expect to post a new version very soon implementing this. We will also send you an example of the feature's usage.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Thu Dec 21, 2006 12:30 pm
Hi LiXin,
We have just posted the new v8 Beta and I sent you an example showing how to use the feature you requested.