bug whit TWindRoseSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
cfalcot
Newbie
Newbie
Posts: 10
Joined: Tue Nov 18, 2003 5:00 am
Location: France

bug whit TWindRoseSeries

Post by cfalcot » Fri Apr 01, 2005 2:08 pm

Hello,

I would like to submit a bug whit TWindRoseSeries. If I try to draw:

Code: Select all

Series1.addXY(270, 10);
I have a point in front of E and not in front of W... so I must draw:

Code: Select all

Series1.addXY(360-270, 10);
to be right.

Best Regard's

cyril

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Apr 01, 2005 2:57 pm

Hello Cyril,

Yes, you are right.

However, it wouldn't be much important as TWindRoseSeries' finality is to draw winds.

As TWindRoseSeries is derivated from TPolarSeries it uses angle values. Considering a customer request we added the functionality to draw the polar labels clockwise or anticlockwise so we may also should have considered populating the series according to this behaviour.

I've added your suggestion to our wish-list to be considered for future releases. Meanwhile, you will have to use the workaround you already found.
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

max
Newbie
Newbie
Posts: 1
Joined: Tue Mar 23, 2004 5:00 am
Location: germany
Contact:

Post by max » Fri Jul 08, 2005 3:31 pm

Hello,

I have the same problem with Wind / Polar charts. It is very important for me, as I do scientific visualizations.
However, it wouldn't be much important as TWindRoseSeries' finality is to draw winds
.

Not quite right. A windrose by international standard has to work clockwise.
The standard is N = 0° = Top, E = 90° = right. Any compass works like that.
I've added your suggestion to our wish-list to be considered for future releases. Meanwhile, you will have to use the workaround you already found.
I'd like to urge you strongly to add this feature. The windrose is great, but not very usable because of this bug (no marks, no DBcharts, ...).

Polar charts as realized now are not very useful as scientific tools.

Best regards,
Max.

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 Jul 11, 2005 7:29 am

Hello max,

Thank you very much for your suggestion. I've already added it to our wish-list to be considered for future releases.
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

Post Reply