Polar chart clockwise labels option does not transform data

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Sean Snyders
Newbie
Newbie
Posts: 14
Joined: Thu Sep 04, 2008 12:00 am

Polar chart clockwise labels option does not transform data

Post by Sean Snyders » Wed Oct 15, 2008 1:09 pm

[Teechart Pro version 3.5.3188.18562]

Setting the property on a Polar series:

Code: Select all

Polar plot = new Polar();
plot.ClockWiseLabels = true;
makes the angle labels go clockwise, but the data it still displayed the same. The data should obviously also be transformed to still show correctly, but it does not.
To see this: run the TeeChart WinForms demo app, and use the "Circle labels inside" example and set the 'ClockWiseLabels' property on. The labels are shown clockwise, but the displayed data does not change with it.

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

Post by Narcís » Thu Oct 16, 2008 10:21 am

Hi Sean,

Thanks for reporting. I've added this defect (TF02013461) to the bug list to be fixed for next 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

to2
Newbie
Newbie
Posts: 25
Joined: Thu Dec 03, 2009 12:00 am

Re: Polar chart clockwise labels option does not transform data

Post by to2 » Mon Aug 08, 2011 7:11 am

I found this behaviour in v.8.08 as well and I wonder if TF02013461 is a duplicate of TV52015266 (Polar series not plotting correctly when ClockWiseLabels set to false.), which was fixed according to "Release Notes 7th April 2011 TeeChart VCL version 2011 Build 2011.03.30407"

I didn't find any fixing of TF02013461. Is there an bug tracking system showing the state of every bug report?

Thomas

to2
Newbie
Newbie
Posts: 25
Joined: Thu Dec 03, 2009 12:00 am

Re: Polar chart clockwise labels option does not transform data

Post by to2 » Mon Aug 08, 2011 7:46 am

Sorry, I'm in the .NET board here. I was talking about VCL. But perhaps there is a common code base.

Thomas

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Polar chart clockwise labels option does not transform data

Post by Sandra » Mon Aug 08, 2011 10:03 am

Hello Thomas,

The bug with number (TF02013461) is fixed from version 3.5.3225.32185 as you can check in release notes,that you can find in this link.

Thanks,
Best Regards,
Sandra Pazos / 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

to2
Newbie
Newbie
Posts: 25
Joined: Thu Dec 03, 2009 12:00 am

Re: Polar chart clockwise labels option does not transform data

Post by to2 » Mon Aug 08, 2011 11:34 am

Hello Sandra,

is it fixed in the VCL-version as well? If yes, which version?


Thomas

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Polar chart clockwise labels option does not transform data

Post by Sandra » Mon Aug 08, 2011 3:41 pm

Hello Thomas,

It is fixed in latest versions of TeeChart VCL. Concretely in version 2010.02.20202 and version 2011.03.30407

Thanks,
Best Regards,
Sandra Pazos / 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