Page 1 of 1

set clockwise order angles when using tpolarseries.addpolar

Posted: Thu Sep 09, 2004 2:03 pm
by 5890500
Hi
I'd like to set the tpolarseris adding data clockwise.
by default when you add polar points, then angle parameter is anti-clockwise order.
How to set it clockwiseorder
i have set sams peoblem when i use the PointToAngle(x,y) method.

i use the 5.02 version with delphi 6
regards

Posted: Thu Sep 09, 2004 4:30 pm
by Pep
Hi Xavier,

to do this you can use the ClockWiseLabels property :

Code: Select all

Series1.CircleLabels := true;
Series1.ClockWiseLabels := true;