Page 1 of 1

Circlular plots

Posted: Mon Oct 15, 2007 12:56 pm
by 9337510
On a circular plot the outside labels (ie N S E W etc) are controlled by what appears to be CircleLabelsFont.Color .Font etc (by looking at the form as text) - I don't seem to be able to set these in the program - What are they called.

I need to set the colour of the text to fit in with a theme I have built

Posted: Mon Oct 15, 2007 1:08 pm
by narcis
Hi Richard,

Yes, you are on the right way. You should be able to set their colour like this:

Code: Select all

  Series1.CircleLabelsFont.Color:=clRed;

Posted: Tue Oct 16, 2007 7:59 am
by 9337510
Ah got it now - it is in polar series not circular series - I was working at the higher level

thanks