Page 1 of 1

Angle direction of PolarSeries

Posted: Tue Jan 11, 2011 8:15 am
by 10554786
How can I change the direction of increasing angles in a PolarSeries from anti-clockwise to clockwise?

Re: Angle direction of PolarSeries

Posted: Tue Jan 11, 2011 8:37 am
by 10554786
Setting BottomAxis.Inverted = true doesn't work.
Setting Angle Increment to a negative value doesn't work.

Re: Angle direction of PolarSeries

Posted: Tue Jan 11, 2011 11:30 am
by narcis
Hi to2,

You need to use ClockWiseLabels property:

Code: Select all

  Series1.ClockWiseLabels:=True;

Re: Angle direction of PolarSeries

Posted: Fri Mar 04, 2011 2:21 pm
by 10554786
Better late than never: Thanks a lot.

Re: Angle direction of PolarSeries

Posted: Fri Mar 04, 2011 2:38 pm
by yeray
Hi to2,

In name of NarcĂ­s, you're welcome! :D