Angle direction of PolarSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
to2
Newbie
Newbie
Posts: 25
Joined: Thu Dec 03, 2009 12:00 am

Angle direction of PolarSeries

Post by to2 » Tue Jan 11, 2011 8:15 am

How can I change the direction of increasing angles in a PolarSeries from anti-clockwise to clockwise?

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

Re: Angle direction of PolarSeries

Post by to2 » Tue Jan 11, 2011 8:37 am

Setting BottomAxis.Inverted = true doesn't work.
Setting Angle Increment to a negative value doesn't work.

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

Re: Angle direction of PolarSeries

Post by Narcís » Tue Jan 11, 2011 11:30 am

Hi to2,

You need to use ClockWiseLabels property:

Code: Select all

  Series1.ClockWiseLabels:=True;
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: Angle direction of PolarSeries

Post by to2 » Fri Mar 04, 2011 2:21 pm

Better late than never: Thanks a lot.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Angle direction of PolarSeries

Post by Yeray » Fri Mar 04, 2011 2:38 pm

Hi to2,

In name of Narcís, you're welcome! :D
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply