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
set clockwise order angles when using tpolarseries.addpolar
Hi Xavier,
to do this you can use the ClockWiseLabels property :
to do this you can use the ClockWiseLabels property :
Code: Select all
Series1.CircleLabels := true;
Series1.ClockWiseLabels := true;
Pep Jorge
http://support.steema.com
http://support.steema.com