Page 1 of 1

Rotating a Polar Chart

Posted: Sun Apr 02, 2006 12:58 am
by 4210702
I have just purchased the TeeChart VCL V7 upgrade for Delphi 6 PRO and am adding Polar Charts to my project. I wish to rotate the chart so that 0 degrees is at the top of the chart, rather than at the right. (This is a common convention for antenna pattern displays.) Can someone please tell me how to control Polar Chart rotation? If is not presently a control, could you please advise when it could be added in the future. Thank you.
Buckner

Posted: Mon Apr 03, 2006 9:07 am
by narcis
Hi Buckner,

You can already achieve that by using:

Code: Select all

  Series1.RotationAngle:=90;